This question is locked. New answers and comments are not allowed.
I am passing html (links and other valid html) that I want to display with my grid model I am sending over ajax. I want this HTML to display properly, but I do NOT want to use a Client Template to do this because it has a lot of conditional logic that is not easy to work with on the client side, so I would rather just pass the HTML and have the grid render the HTML correctly.
The problem is that the grid is html encoding the string. While I understand the reasons for this, I have full control over the generation of the html string I am generating and it is guaranteed to be safe, and therefore I would like to know how to keep the html decoded and displayed properly on the grid.
Thanks.
The problem is that the grid is html encoding the string. While I understand the reasons for this, I have full control over the generation of the html string I am generating and it is guaranteed to be safe, and therefore I would like to know how to keep the html decoded and displayed properly on the grid.
Thanks.
