I need to make a WebCombo disabled and noneditable through clientside script. I can disable it but cannot prevent it from being edited. Anyone know of a way to make a WebCombo non-editable from the client?
Hello,
To make the webcombo editable textbox readonly, do this:
webCombo.inputBox.readOnly = true;