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
180
How to change captions in GroupByRow?
posted

Hi @ll,

how do I delete or manipulate those '(n items)' captions in my GroupByRows? I want to have the grouped Value there, followed by my own caption for the counter.
The caption itself (not the count ;-)) doesn't change groupwise, so a format or similar should work...

TIA

Volker

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Volker,

    See the GroupByRowDescriptionMask property.

    Or, if you need finer control, handle the InitializeGroupByRow event of the grid and set the Description property on the GroupByRow to whatever you want.

Reply Children
No Data