Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
248
Control the text in the group by line
posted

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)

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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. 

Children