This question is locked. New answers and comments are not allowed.
Guys,
I have intresting behaviour when I added GridViewComboBoxColumn
and try to select second (or any) from ComboBox and leave current row I don't see chosen value from ComboBox.
Could you clarify it and could you give me other way to fix it.
Thanks in advance
I have intresting behaviour when I added GridViewComboBoxColumn
| <gridView:RadGridView x:Name="radGridView" CanUserReorderColumns="False" Width="750" |
| HorizontalAlignment="Center" AutoGenerateColumns="False" |
| ShowGroupPanel="False"> |
| <gridView:RadGridView.Columns> |
| <gridView:GridViewComboBoxColumn x:Name="cmbC" Header="CP Type" |
| UniqueName="CT" DataMemberBinding="{Binding Id}" |
| SelectedValueMemberPath="Id" |
| DisplayMemberPath="Value" |
| /> |
| </gridView:RadGridView.Columns> |
| </gridView:RadGridView> |
Could you clarify it and could you give me other way to fix it.
Thanks in advance