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.