This is a migrated thread and some comments may be shown as answers.

HTML within TreeList cellss

1 Answer 80 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 26 May 2016, 06:43 PM

In the ASP.Net hierarchical grid, we were able to display HTML formatting in cells.  How do I turn this on in the Kendo TreeList?

For example, I want the following string...

<p>Now is the time for</p>
<ul>
    <li>All good men<strong> to come to </strong>the aid of the party;</li>
    <li>the <em>quick </em>brown fox to jump over the <strong>lazy </strong>dog;</li>
    <li>all <strong> good </strong> boys <em>deserve</em> fudge.</li>
</ul>

...to appear like this:

Now is the time for

  • All good men to come to the aid of the party;
  • the quick brown fox to jump over the lazy dog;
  • all good boys deserve fudge

1 Answer, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 27 May 2016, 12:03 PM

Hello Matt,

Yes, see the columns.encoded configuration option.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeList
Asked by
Matt
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or