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