I have a dynamic list of options, each of which is represented by a checkbox. I also have a Select All checkbox that selects them all. I use CheckGoup, CheckGroupSelector and Check and everything works fine. there is now a new requirement to change state on some other controls on the page when some checkboxes are selected.
I thought the easiest way to Ajax is to enable Check, but it seems impossible. it seems that Check does not allow you to add AjaxFormComponentUpdatingBehavior.
is there any easy way to achieve this?
I also thought about using simple checkboxes and added javascript to do everything. At the very least, the checkbox can be enabled by ajax.
thoughts?
source share