Hi,
I am working with the treeview with angularjs template shown on the telerik treeview demo and looking for the following format.
A
1
1.1
2
2.1
2.1.1
Is there a way to make only the '1.1' and '2.1.1' (the last child nodes on the respective parents)as anchor tags. I tried to use the k-template and define anchor tag on the template and it is causing all the nodes render as anchor tags.
-YK