Along these same lines...
How can I control the header.caption of a groupby row?
I was able to remove the column header that was grouped, but now I am left with ': CATEGORYNMAME (N items).
I want to be able to write my own captions, or at least get ride of the ':' and the number of items in the perenthaces.
Hi,
I'm afraid I do not understand what you are asking. Can you post a screen shot?
Hi Mike,
I got the solution for the above issue. what i did is in property GroupByRowDescriptionMaskDefault i inserted some extra code ie. [caption] : [value] ([count]) EOQty: [sum:EOQty]. This gives me the subtotal of any column whixh i want.
Now i have another qstn ie. after dragging any column for groupby the alignment of the header and the below rows gets unmatched as the groupby column goes away from the grid.
so this unproper alignment makes it look bad.
so pls suggest me any soln for this.
Thnks Mike.
Hi Vince,
It's hard to answer your question without more information. It sounds like you could just use the SummarySettings.DisplayFormat to format your summaries however you want. That has nothing to do with GroupByRows - or at least it's not specific to GroupByRows.
Can we control GroupByRowDescriptionMask property for showing subtotal of columns other than the groupby column. If not then is there any other way to meet this requirement.
pls suggest me some solution for this.
Thanks Vince.
You could still use the GroupByRowDescriptionMask and handle the InitializeGroupByRow event just for the rows where the value is empty.