Hi
Is it possible to control the text in the group by line
+/- <Columnname> : <Columndata> (x items)
data
can be something like
+/- Columndata
The column name is not needed and the (x items) is not needed)
See the GroupByRowDescriptionMask property.
You can also use the InitializeGroupByRow event to set the Description on the row if you want more control. But GroupByRowDescriptionMask should be easier for what you need.
Thanks. 100% what I asked for.