This question is locked. New answers and comments are not allowed.
I would like to implement a tri-state checkbox where the parent node would be unchecked if no children are checked, checked if all childre are checked, and grayed out if some children are checked. This feature is available in your ASP.NET Ajax TreeView control. Can you tell me how i would implement the same functionality in teh MVC TreeView?
Jake
Jake