How to display formatted HTML data in kendo ui grid column
问题 I have added columns in the kendo ui grid dynamically. I have a column named 'Formatted' with the data displayed in the below format. <div class="class1"> <div>This is <strong>bold </strong>text.</div> <div> </div> <div>This is <em>italics</em> text.</div> <div> </div> <div>This is a <a href="http://google.com/">hyperlink</a>.</div> <div> </div> <div>Bulleted list:</div> <ul> <li>Bullet #1</li> <li>Bullet #2</li> <li>Bullet #3</li></ul></div> I want the 'Formatted' column to display the data