Hi,
I'm trying to extend the Templates example on your demo page (https://demos.devexpress.com/blazor/treeview) as follows:
- add a hovering effect for the leaves only, but not for the parent node (I have two levels only, as in your example)
- hightlight the selected node. Again, only the leaves should be selectable, but not the parent nodes
Could you please point out how to achieve this? Thank you very much!