RadzenTreeLevel Customize Icon

Hello,

I want to customize the icon that can be added through attributes to RadzenTreeLevel.

I have tried as follows builder.AddAttribute(1, "Icon", u.EsPersonal ? "person" : "folder"); and it works, but I want to use letter icons that I created. I have tried using a span <span class="a" aria-hidden="true"></span> and the icon appears outside the tree.

Is it possible to customize the tre with its own icons that are not from the Radzen source?

Thank you very much in advance.

I have tried using a span <span class="a" aria-hidden="true"></span> and the icon appears outside the tree.

We will need the full code and a screenshot from your browser. You can use any HTML in the tree node template but it may need additional styling to appear as needed.