i tried below script
jQuery("[id$='ddlVehicleView']").attr("disabled", true);
but this will only partially disable it.
i can still type any text in WebDropDown.
Hi snohig_07,
Please let me know if you are still experiencing any issues.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
I also tested this with 9.2 as you have mentioned in another post that you are using that version and the set_enabled() function seems to be working fine. What type of error are you receiving when trying to use that function ?
i tried but its not working.
when i put this script, during runtime it gave me script error
You should be able to disable the WebDropDown using something like:
$find("WebDropDown1").set_enabled(false)
Please tell me if this helps.