Is it possible to show the value of the ListTextField when grouping by a GridDropDownColumn?
The grouping and sorting work great by default, except that when grouping, the group section headers show the value of the DataField property of the main data source instead of the text value of the drop-down's data source.
I couldn't find a way to do this with the GroupByExpressions either.
Every time I try using dot notation to access the property of the list's data source item, I get an error that the multi-part name could not be found.
The grouping and sorting work great by default, except that when grouping, the group section headers show the value of the DataField property of the main data source instead of the text value of the drop-down's data source.
I couldn't find a way to do this with the GroupByExpressions either.
Every time I try using dot notation to access the property of the list's data source item, I get an error that the multi-part name could not be found.
