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
235
Grid grouping - header question
posted

Hi all,

 I have a grid grouped based on some criteria (say a flag for now).  Is there any way to get the heading shown on top of each group to contain only the criteria information, for instance, FLAG: Yes or FLAG:No, without shown the summaries for that group. At the moment, the summary of each column is shown on the group header as well.

Thanks in advance.

Regards,

Yannis 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Yannis,

        To control where the summaries are displayed, you can use the SummaryDisplayAreas property on the Override.

        You may also want to look at the GroupByRowDescriptionMask property to determine the text of the groupby rows.  

Children