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

Multi select combobox in RadGridview

3 Answers 269 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Madhan
Top achievements
Rank 1
Madhan asked on 24 Jan 2012, 11:37 AM
Hi,

We have the requirement to use multi select combobox as the column in RadGridview and also have detail section below should have the multi select combobox which can be bindable with selected item property (collection). It is going to be twoway bindable.

Selecting the detail section dropdown should reflect the RadGridview selected row column and vise versa.

Please have a look on the attached image which holds the explanation of the same. It will be appreciated, if you can provide the solution with example.

Thanks,

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 24 Jan 2012, 12:40 PM
Hello Madhan,

Please take a look at this forum thread for a reference. 

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Arnaud
Top achievements
Rank 1
answered on 12 Feb 2015, 01:11 PM
Hello, I took a look at this sample.
This is messing with the business data model ! Nobody would want to expose the list of "available Hobbies" inside each single "Person". Person has a list of chosen hobbies, and Hobby object has not to expose an ischecked property...
Don't you have an other approach ?
0
Arnaud
Top achievements
Rank 1
answered on 13 Feb 2015, 12:10 AM
I spent so much time for this ! For interrested people who don't want to wait for a smarter version of gridcomboboxcolumn :
follow this doc to create custom column:
http://docs.telerik.com/devtools/wpf/controls/radgridview/managing-data/how-to/howto-create-custom-editor.html
and adapt to inject custom usercontrol :
you can inspire yourself of this post
http://www.codeproject.com/Articles/563862/Multi-Select-ComboBox-in-WPF
Tags
GridView
Asked by
Madhan
Top achievements
Rank 1
Answers by
Maya
Telerik team
Arnaud
Top achievements
Rank 1
Share this question
or