Dear All,
Iam using infragistics version 9, in asp.net application how to enable and disable the following controls using java script,
WebTextEdit, WebDateChooser, DropDownList, CheckBoxList, RadioButtonList.
Please suggest a answer.
Thanks in advance,
Regards,
Vasanth.
Hello Vasanth,
Please disable the WebDateChooser using the below lines of code.
var isDisabled = false;
function WebDateChooser1_TextChanged(oDateChooser, newText, oEvent){ //Add code to handle your event here. oDateChooser.setEnabled(isDisabled);}
I will go ahead and reply the same to your case.
Asma Developer Support EngineerInfragisticswww.infragistics.com/support