Three-state checkbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

is there any ASP.NET checkbox control that supports the three states 'Off',
'On' and 'Mixed'? I intend to build a tree whose checkbox nodes are set to
state 'Mixed' if some but not all child nodes are checked...

Many thanks in advance,
P.
 
AFAIK no (likely because the HTML checkbox doesn't support this). You'll
have to use third party or roll your own...

Patrice
 
Back
Top