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

[Solved] GridViewComboBoxColumn filter

1 Answer 165 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.
Amit Patel
Top achievements
Rank 1
Amit Patel asked on 20 Aug 2010, 02:58 PM
I need to enable GridViewComboBoxColumn filte when it is bind to subProperty of object. How can i achive this?

 

 

 

<telerik:GridViewComboBoxColumn HeaderTextAlignment="Center" Header="Resource"

 

 

 

GroupMemberPath="Resource.Name"

 

 

 

DisplayMemberPath="Name"

 

 

 

SortMemberPath="Resource.Name"

 

 

 

DataMemberBinding="{Binding Resource, Mode=TwoWay}"

 


1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 25 Aug 2010, 01:41 PM
Hi Amit Patel,

Regarding filtering of the combobox column , you may find this blog post helpful. It is about RadGridView for WPF, but exactly the same approach may be used for the Silverlight version of RadGridView , as both share a common codebase and API .

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
Amit Patel
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or