I'm working with dynamic columns, so I need to keep track of an ID for every column.
So I'm using the field property for my ID and the name property for my column name. (The icons in the header are done with the headerTemplate property)
But when I start grouping, the grid uses the name property to show the grouped column (Here it is FN1).
Normally it shows also the field property in the group template, but I was able to use the groupTemplate property to show the the name I want (here it is the columnName).
But is it possible to change the text of the field in the drop zone? Now there is 'FN1' but can I change it so it shows 'abc'?
So I'm using the field property for my ID and the name property for my column name. (The icons in the header are done with the headerTemplate property)
But when I start grouping, the grid uses the name property to show the grouped column (Here it is FN1).
Normally it shows also the field property in the group template, but I was able to use the groupTemplate property to show the the name I want (here it is the columnName).
But is it possible to change the text of the field in the drop zone? Now there is 'FN1' but can I change it so it shows 'abc'?