System.Web.UI.WebControls.TreeView shows hierarchical data in an expandable tree view with the possibility to have a checkbox next to each node.
I want something similar, but I need to render a DropDownList at each node, so I can have more than two choices (checked or unchecked).
Is there a way to do this with a TreeView?
Or is there another free control that does it?