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

[Solved] RadGridView & GridViewComboBoxColumn

1 Answer 111 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andriy Mudriy
Top achievements
Rank 1
Andriy Mudriy asked on 13 Jan 2010, 05:21 PM
Guys,
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> 
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

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 14 Jan 2010, 11:00 AM
Hi Andriy Mudriy,

The case you describing is symptom that your data (or part of its properties) is read only. You can check the attached sample that demonstrates working solution.

If you have any more question do not hesitate to contact us.

Greetings,
Tsvyatko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Andriy Mudriy
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or