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

multiple column GridViewComboBoxColumn

1 Answer 208 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Wellpartner
Top achievements
Rank 1
Wellpartner asked on 29 Apr 2011, 12:24 AM
Is it possible to have a multiple column GridViewComboBoxColumn where the dropdown shows multiple columns - almost like another grid?

I've got a dropdown that concatenates 3 data points and it would be cool if the dropdown rendered a mini-grid of values instead of a list of concatenated string values.  Even cooler would be sorting and filtering within the min-grid...

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 29 Apr 2011, 07:27 AM
Hi Sam, - 

You may take a look at this article illustrating the implementation of GridViewComboBoxColumn - the last point describes how you may define its ItemTemplate. The other possible approach would be to set the EditorStyle of that particular column and define a RadGridView inside. Yet another possibility would be as the one described in this blog post.
However, please keep in mind that setting such heavy controls - like RadGridView for a editor/CellEditTemplate might lead to some degraded performance in case you handle a lot of data.
 

Kind regards,
Maya
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
Tags
GridView
Asked by
Wellpartner
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or