3.2.0

Handling of Special Characters

Hi Alex,
We are facing problem in rendering grid when the data in the grid has special character like '<'. Grid is displaying properly when '<' is before numerics but not working when it is before characters.
Eg: AIR<100 ---- Working
A<IR100 ---- Not working.

Can u please give suggestions if any.

Regards,
VaraPrasad
VaraPrasad
November 19,
You should replace html control characters with the proper entity codes -

'&lt;' instead of '<'

Alex (ActiveWidgets)
November 21,

This topic is archived.

See also:


Back to support forum