Hello, I am currently using Infragistics grid for my ASP .NET MVC project.I have a sample string data like '<ABCD>' in the database. When I display it using the grid, only the data with '<' character at the start of the string data is not display. How can I fix it?
Hello Kristine,
I’ve investigated the described behavior and was able to determine that when the grid receives data like “<ABC>” it interprets that as an HTML element and is rendered like that on the screen. Because this element is not recognized it appears as an empty cell. In order to display "<ABC>" as string, the symbol “<” should be replaced with “<” and “>” with “>”.
Please test it on your side and let me know if you need any further information regarding this matter.
Regards,
Aleksandar Atanasov,
Infragistics.