There's a bug in the display of certain messages that truncates lines containing < and/or >.
Take the following line:
%SYS-5-CONFIG_I: Configured from 172.16.0.123 by Fred Flinstone
When it displays in the grid, I only see:
%SYS-5-CONFIG_I: Configured from 172.16.0.123 by Fred Flinstone
Prior to implementing JqGrid, I had a similar problem in PHP and was able to fix it by adding htmlspecialchars():
But I have no idea how to address that in the grid.
Can someone help?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top