Hi ,
The .enabled client-side property of RadComboBox returns a bool value - true or false, showing if the control is enabled or it is disabled.
To enable the control, you must use enable() method:
Regards,
Aneliya Petkova
Telerik
The .enabled client-side property of RadComboBox returns a bool value - true or false, showing if the control is enabled or it is disabled.
To enable the control, you must use enable() method:
function ddlMode_OnClientSelectedIndexChanged(sender, args) { var category = $find("<%= ddlPRInfo_ItemCategory.ClientID %>"); category.enable();}Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items