Make some items in CheckboxList disabled
I have several options in a checkboxlist.
I want to disable the input (checkbox) for some of those options.
Any idea how to achieve this?
4 Replies
I don't think this is possible... have you tried using individual checkboxes?
The reason for using CheckBoxList was to store an array of enabled options
I understand
If you can come up with a good api that still works with select/deselect all it’d probably be a good PR.