This question is locked. New answers and comments are not allowed.
I use the Telerik.Web.Mvc.UI.TreeViewItem. Is it posible to set the custom template of the TreeViewItem object?
should be something like this: TreeViewItem item = new TreeViewItem();
item.Value = "1";
item.Text = "Item1";
item.Template = <html code here>
i tried .Template property. but the text editor says the it is ready only.
hope anyone can help me.