3.2.0

Special characters </

When the cell contain the text </ the grid don't show the cells content.

Any solution?

Thanks.

CGU
March 10,
You should encode the special characters the same way as any html content -

< = &lt;
> = &gt;
& = &amp;
" = &quot;

If you are using AW.XML.Table or AW.CSV.Table sources then encoding can be done on the client side using AW.Formats.String class -

http://www.activewidgets.com/aw.formats.string/
Alex (ActiveWidgets)
March 11,

This topic is archived.

See also:


Back to support forum