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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top