Are there any hierarchical, multi select controls that use check boxes in .NET
- by Daniel
I need to be able to select multiple options on a web form, but those options are hierarchical. For example:
Option 1
Option 1 a
Option 1 b
Option 2
The user should be able to select Option 1, or Option 1a, etc. Selecting Option 1 a should automatically select Option 1.
Any controls/solutions out there that fit the bill? (I'm not looking to spend $)