This question is locked. New answers and comments are not allowed.
I'm using Telerik MVC Extension.
Code goes like this:
@(Html.Telerik().TreeView().ExpandAll(true)
.Name("SupportTopicsTreeView")
.ShowCheckBox(true)... )
What I want is to create a cascade checkbox tree, is there a quick way to do this? It's a pain to write my own function to support that.
Code goes like this:
@(Html.Telerik().TreeView().ExpandAll(true)
.Name("SupportTopicsTreeView")
.ShowCheckBox(true)... )
What I want is to create a cascade checkbox tree, is there a quick way to do this? It's a pain to write my own function to support that.