I have a simple RadGridView (no filtering/no grouping)
I have a Column defined as below with the ItemsSource bound to a CollectionViewSource with a single PropertyGroupDescription.
I want to show the items in the combo popup grouped.
<telerik:GridViewComboBoxColumn DataMemberBinding="{Binding Left}" DisplayMemberPath="Name" Header="Left" IsFilterable="False" ItemTemplate="{DynamicResource itmTemplate}" ItemsSource="{Binding LeftCVS.View}" SelectedValueMemberPath="Index" GroupHeaderTemplate="{DynamicResource hdrTemplate}" UniqueName="left" />
For a normal RadComboBox I can do it by setting the GroupStyle. Can't find the equivalent on the GridViewComboBox.
Help!
Jurgen
