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