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,
You should be able to disable the WebDropDown using something like:
$find("WebDropDown1").set_enabled(false)
Please tell me if this helps.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
i tried but its not working.
when i put this script, during runtime it gave me script error