This question is locked. New answers and comments are not allowed.
Do you have any sample code for setting up the template for each treeviewitem by using load on demand
how will i set up template for each treeviewitem for this?
<%= Html.Telerik().TreeView().Name("TreeView").DataBinding(dataBinding =>{dataBinding.Ajax().Enabled(true).Select("_AjaxBinding", "TreeView");})%>
how will i set up template for each treeviewitem for this?