I am trying to display text containing html tags (rich text) in the treelist columns. Can you suggest how to do that? Currently it is showing as a string.
Thanks
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 19 Mar 2024, 03:45 PM
Hi, Satbir,
In order to render html content in the cells of the TreeList you will need to create a custom cell and allow the html rendering inside it explicitly. For example, you can use the `dangerouslySetInnerHTML` attribute of a div to achieve that: