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
1140
How to hide a GroupBy Row Header
posted

Is there any property to Hide the Group-By Row Header?

I mean the complete Group-by band.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    I am guessing that you are talking about the GroupByRow. You can hide this row just like you would hide any other row, by setting the Hidden property to true.

    However, I suspect that's not really what you want, since this will hide the child rows as well.

    There's no way to hide the GroupByRow and still show the children... although, if you don't mind leaving a big space where the GroupByRow used to be, you could probably eliminate the display of the row by using a CreationFilter.

Children