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

how to set multiple items in radComboBox with checkboxes

4 Answers 249 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
lan luo
Top achievements
Rank 1
lan luo asked on 06 Jul 2012, 07:20 PM
Hi,

I created a RadComboBox with checkboxes control. When I load page, it will bind data from db also pre-select some items. I tried the item.selected = true only works for single selection ( without checkboxes ). Is there any way to make multiple selections in the ComboBox with checkboxes?

Thanks,

Lan

4 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 08 Jul 2012, 05:05 PM
Hello,

Please try with below code snippet.
item.Checked = true;

Thanks,
Jayesh Goyani
0
Sharon
Top achievements
Rank 1
answered on 07 Oct 2016, 05:37 PM

I have a problem open edit page in radgrid.  It constantly gives me out of range error message.

I did set e.Item.Checked = true, but since ((RadComboBox)e.Item.Parent).SelectedValue is still a string with mulitple select separated by commas.

Do you have any idea of what to do?

0
Jayesh Goyani
Top achievements
Rank 2
answered on 08 Oct 2016, 09:21 PM

Hello,

could you please provide grid's mark up (aspx) page code?

thanks, jayesh goyani

0
Swati
Top achievements
Rank 1
answered on 17 Nov 2017, 07:16 AM

Hello, i have Telerik version 2010 .I want radcombobox with checkboxes.so I have to add checkbox using item template of RadComboBox.And I have bound data to  and have got  with checkbox but I want to add "Checked All" Item in that rad code(vb.net).Please let know the way to append one checkbox to already existing data.

 

Thanks In advance.

Tags
ComboBox
Asked by
lan luo
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Sharon
Top achievements
Rank 1
Swati
Top achievements
Rank 1
Share this question
or