Hi
I am using Infragistics webcombo
I have to enable and disable using java script
i am using this code "igcmbo_getComboById('ctl00_ContentPlaceHolder1_WebGroupBox1_CompanyCombo').Element.disabled=true;"
but its showing an error saying Element is null
i am using master page in my form
where as its working in a normal page where master page is not used
help me in that
Regads
priya
Hi,
You cannot disable the Webcombo in Client side.There is no client side property for that control.
regards,
Kannan.S