I have a combobox in Silverlight, whose itemssource is bound with a CollectionView of CollectionViewSource.
I have also added GroupDescription to the CollectionView.
Now I need to display the items in ComboBox grouped and also need to display the group header.
In WPF, there is ComboBox.GroupStyle where I can define the group header. Whats the way to do it in Silverlight?
Thanks