Disabling item in CheckBoxList

S

Scott

Is there any way to disable a single item in a
checkboxlist? I know you can disable the entire list, but
there doesn't seem to be a way to disable a specific
checkbox. I don't want to have to use a group of
CheckBoxes (which I know you can disable)if there's anyway
to do what I need with a CheckBoxList.

Thanks.
 
K

Klaus H. Probst

Nope, sorry. The best you can probably do is to revert the checkmark based
on what item is being clicked (by index or whatever).
 

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

Top