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

Multi select combobox column in Grid view

5 Answers 268 Views
GridView
This is a migrated thread and some comments may be shown as answers.
v-govinr@microsoft.com
Top achievements
Rank 1
v-govinr@microsoft.com asked on 29 Jun 2010, 06:26 AM
Hi,
Do we have Multi select combobox column in silverlight Gridview or is ther any way to work it around.
Please advice.
Like the below for winforms
http://www.telerik.com/community/code-library/winforms/combobox-and-listbox/radmultiselectcombobox.aspx

5 Answers, 1 is accepted

Sort by
0
v-govinr@microsoft.com
Top achievements
Rank 1
answered on 30 Jun 2010, 05:12 AM
Hi,
Please advice
Appreciate,If quick help is provided on the below issue
0
Pavel Pavlov
Telerik team
answered on 01 Jul 2010, 01:45 PM
Hello v-govinr@microsoft.com,

We do not have such column in RadGridView for Silverlight.
We have the regularGridViewComboBoxColumn. The comboBox editor of the column can have the multiple selection enabled view the EditorStyle property of the Column.
In order to add checkBoxes you can change the layout of the combo items by using the ItemTemplate property of the GridViewComboBoxColumn.

Kind regards,
Pavel Pavlov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Nathan
Top achievements
Rank 1
answered on 10 Jan 2011, 09:08 PM
Hi

I am also trying to create a multi-select ComboBox with the GridViewComboBoxColumn. I cannot find any 'multiple selection' properties for the comboBox like you mentioned in your previous post.

Can you tell me exactly what this property is called and where it is?

Thanks
0
Maya
Telerik team
answered on 11 Jan 2011, 05:52 PM
Hello,

The idea is to predefine the EditorStyle of the GridViewComboBoxColumn:

<telerik:GridViewComboBoxColumn...>
  <telerik:GridViewComboBoxColumn.EditorStyle>
    <Style TargetType="telerik:RadComboBox">
       
    </Style>
  </telerik:GridViewComboBoxColumn.EditorStyle>
...
</telerik:GridViewComboBoxColumn>

Furthermore, you may predefine the ItemTemplate of the column so that its view customized. You may take a look at our online documentation for a reference. 
Considering the multi-selection and definition of CheckBox-es inside, you may look at this forum thread and this code library for a reference as well as a sample project on the way to set the RadComboBox in such a manner.

 


Regards,
Maya
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Nathan
Top achievements
Rank 1
answered on 11 Jan 2011, 06:35 PM
Hi Maya

Thanks for your quick reply. Because of some other functional requirements, i have moved on to using a dropdownButton and Listbox combination. Hopefully this will work better.

I will have a look at your suggestion nevertheless.

Thanks for your help!
Tags
GridView
Asked by
v-govinr@microsoft.com
Top achievements
Rank 1
Answers by
v-govinr@microsoft.com
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Nathan
Top achievements
Rank 1
Maya
Telerik team
Share this question
or