This is a migrated thread and some comments may be shown as answers.

Hide/show check boxes of Rad Combobox

1 Answer 99 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ruchi
Top achievements
Rank 1
Ruchi asked on 18 Jul 2013, 12:14 PM
Hi All,

I have to allow user to select either single value or multiple values from drop down based on one variable. Lets say if  variable value is 1 then user can select only single value from dropdownlist and if variable value is 2 then user can select multiple values from dropdownlist. we can achieve it by providing one simple property checkboxes = true or false from server side but I am looking for client side code to achieve this task.

Anyone have idea?

Thanks,
Ruchi

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 23 Jul 2013, 08:52 AM
Hello Ruchi,

I am afraid that the RadComboBox does not support enabling/disabling the check box support functionality on the client-side. The only workaround in this case would be to perform an ajax post-back instead of full page post-back in order to change the RadComboBox CheckBoxes property value on the server.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ComboBox
Asked by
Ruchi
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or