This question is locked. New answers and comments are not allowed.
On the AJAX RadControls side, there is a property in the TreeView called "CheckChildren" that enables tri-state checkboxes (check mark when all children are checked; shaded box if NOT ALL the children are check marked). Here is the demo of it on the left side: http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/checkboxes/defaultcs.aspx
What is the best way to get the same effect in the MVC TreeView? It does not seem this feature is supported. I am check marking nodes in the data bind, but I was hoping the treeview control would be smart enough to handle the check mark state of the parent based on it's children if "CheckChildren=True".
What is the best way to get the same effect in the MVC TreeView? It does not seem this feature is supported. I am check marking nodes in the data bind, but I was hoping the treeview control would be smart enough to handle the check mark state of the parent based on it's children if "CheckChildren=True".