On another note, why is there a different set of CSOM methods for getting the id of the control for each control type (WebTextEdit - getById(), WebDateChooser - getComboById, WebImageButton - getWebControlById...etc) rather than just one with a common name regardless of the control.
ThanksLThibx
Responding to my own post. Did not receive any answers, so I contacted Infragistics support.They responded with the following code which will allow enable / disable of the webcombo:
igcmbo_getComboById("WebCombo1").Element.disabled=false
Works like a charm. Hope this helps anyone else having this issue.
Works great in IE. But does not work in Firefox. Any updates on how it will work in FireFox.