Hi,
I am developing an application using angularjs and kendo ui. I have a requirement to apply custom template to the treeview based on the type of data.
For eg: consider the tree below:
A
1
2
B
3
4
I need to use different templates for letters and numbers. I was trying to define a template selector from the control but it did not work. Is there any sample using angularjs? Most of the code samples are not mentioning what attributes can be used from angular.
Appreciate any help.
Thanks