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

RadGridView DataTemplate

1 Answer 81 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 18 Jul 2014, 07:18 AM
Hi, I have a grid like:
<telerik:RadGridView Name="RadGridView" 
                             ItemsSource="{Binding MyValues, Mode=TwoWay}" 
                             SelectedItem="{Binding SelectedItem, Mode=OneWayToSource}" />

MyValues is type of ObservableCollection dynamic contains column "The type" (column index 1)

How I can show values in "The type" column with ComboBox selector

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 22 Jul 2014, 08:38 AM
Hello George,

In order to achieve your goal, you can use our GridViewComboBoxColumn as demonstrated in this help article. You can also check this online demo for a reference.

Regards,
Yoan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
DataForm
Asked by
George
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or