I have an app that bind directly from a data set to a grid.
<
telerik:GridBoundColumn UniqueName="searchString" AllowSorting="false" DataField="searchString" HeaderText="Search String" />
The binding text is HTML text. I would like to see the HTML text in both normal view mode and edit view. And when I insert to the database, I would also like to insert the exact HTML that is in the text box.
I just started seeing errors with IE8 that will not let me insert with HTML characters in the text box even though validateRequest is set to false.
How do I accomplish this?
--Jeff