When the cell contain the text </ the grid don't show the cells content.
Any solution?
Thanks.
You should encode the special characters the same way as any html content -
< = <
> = >
& = &
" = "
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/