|
Click Disable/Enable button to disable/enable the combobox.
To disable/enable the combobox use the disableCombobox /
enableCombobox client-side functions available in the zip file which contains the working example.
Use them like this:
disableCombobox("cbo1"); enableCombobox("cbo1");
|