Closed GoogleCodeExporter closed 9 years ago
DDCL is driven strictly by the state of the <SELECT> and <OPTION> items in the
underlying html when the control is initialized.
Thereafter, it is the interactive end-user actions that change the status of
the checkboxes.
If you want to change the selection state programmatically, you need to adjust
the attributes on the <OPTION> fields within the html. You can then issue a
'refresh' on the DDCL control to have it rescan the original html and adjust
the state of the checkboxes accordingly.
The DEMO page has full documentation about this feature. See the section
called "Changing the original select element content or selection"
Original comment by womohun...@ittrium.com
on 21 Mar 2011 at 5:40
Original issue reported on code.google.com by
jeanrig...@gmail.com
on 21 Mar 2011 at 4:40