How do I change the GroupByAreaFieldLabel to display the name instead of the value when the field is based on a column that uses a ComboBox as an editor style?
So for instance, when I group by "CustomerType" , the GroupByAreaFieldLabel shows the ID (i.e. 7) of the type rather than the string.
Attached is a sample application.
When you group by Customer Type (the ComboBox) it shows the ID instead of the text.
Hello,
I have tested this and it is working correctly. Please provide more information on your scenario. What is the ItemsSource of the ComboBox or you use a ComboBoxItemsProvider. Have you set DisplatMemberPath and ValuePath?
Regards,
Alex.