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
Hey,
Took me a while to see this but i noticed that by setting the summarydisplayarea to none also removes the column summaries. The only thing i want to remove is the header summaries.
Thanks
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.