trying to fetch value from combo box,but its throwing error


Hello, Plz see the below code. Problem is : I’m trying to fetch value from combo box,but its throwing error…I’m using this method customCombo.getSelectedValue() also i’m trying to disable the combo when the checkbox is checked,but not able to disable it…Pls help. customCombo.disable(true);



[ huge chunk of code truncated ]


a) In your code you are converting selectbox to the combo, but in same time try to access the select object by its ID, instead of
           applicationId.getSelectedValue
you need to use
           customCombo.getSelectedValue



b) please be sure that related part of logic really executed, the call of customCombo.disable(true);, the functionality itsefl works correctly




c) it may not cause direct error but while including js files dhtmlxcommon.js must goes first.