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

GridViewComboBoxColumn is not working - v. 2010.1.309.35

1 Answer 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rares Vasilescu
Top achievements
Rank 1
Rares Vasilescu asked on 17 Mar 2010, 10:05 AM
I have
in xaml the following GridViewColumn in

<ctrls:RadGridView >
            <telikControls:RadGridView.Columns>
<telikControls:GridViewComboBoxColumn
                        Name="dboDocCollections"
                        Header="Some Header"
                        IsReadOnly="True"
                        IsGroupable="True"
                        SelectedValueMemberPath="Id"
                        DisplayMemberPath="Name"
                        DataMemberBinding="{Binding Path=Batch.DocCollectionId}"

i have a structure for GridViewComboBoxColumn:
  Class Dummy
    { public long Id {get;set};
      public Name{get;set;}
     }

.............................
Code behind I'm assign a source (List<Dummy>()) for GridViewCombo, but the RadGridView don't display data (DisplayMember) accordingly for Combo source assigned.

I want to mention that in previous version of RadGridView  assembly same code worked ok!

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 17 Mar 2010, 05:58 PM
Hello Rares Vasilescu,

Please excuse us for the inconvenience caused .It seems you have hit a known issue with the ComboBox column when bound to nested properties. The issue is being fixed with highest priority so it can be available for download in the soonest possible internal build.

You may  follow the PITS Issue by ID: 1403 


Regards,
Pavel Pavlov
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
Rares Vasilescu
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or