I have converted a few DropDownLists to jQuery comboboxes to add auto complete functionality etc. however, there are various methods in the codebehind file to disable the drop down lists.
This does not disable the jQuery combobox so the value can still be changed.
Is there a way to bind the combobox to the dropdown list enable / disabled event? so they can update automatically based on the source drop down list?
Ok, I think I have come up with a solution by editing the js file for creating the combo box – you may recognise most of the script to turn in to a combo box. I have highlighted the added lines with ** ** at the beginning and end (I was trying to make it bold)