This question is locked. New answers and comments are not allowed.
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
<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