I have a model that returns HTML from the database which contains the formatting and such. If I bind this to the grid will it show the HTML encoded or will it display the HTML elements rendered?If not is there a property to flip this behavior?
Thanks,
The grid handles HTML like a champion. It automagically takes the HTML and renders it in the grid with all themes applied. Very nice!
I would have known this sooner but I didn't built a prototype yet.