Are there any hierarchical, multi select controls that use check boxes in .NET
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-03-24T16:59:06Z
Indexed on
2010/03/24
17:03 UTC
Read the original article
Hit count: 309
.NET
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 $)
© Stack Overflow or respective owner