Hi,
I have a ultragrid with two band. First band will display the customer information where as in second band will display amount payable against items for particular customer. When i add a summary row, its display summary for each customer whereas what i need is total of all customer's amount at the bottom as summary.
Is there anyway to get the summary for all customer?
Thanks!!
Thx Mike.
MergedCellEvaluator on columns worked nicely.
U Rock Man!!
The merging you want here seems inconsistent to me, and I don't see how the grid could know which rows to merge and which ones not to merge.
But if you want to control the merging on row-by-row basis like this with your own criteria, you could use a MergedCellEvaluator on the column(s). This will give you complete control over which cells are merged.
One correction in last table display. B only appear once that is fine. But V3 should appear twice i.e. once for A and then one for B. Right now its getting merged and only dispalys once.
Hope it makes things more clear.
I am displaying data in ultrawin grid and using merge cells by same text.
My data return by proc looks like this:
Excpect output after merge should be:
COL 1
COL 2
COL 3
A
V1
1
2
V3
B
V4
So i merge col 1 on sametext and col2 as well on sametext. Issue happens because both A and B has same value in one case i.e. V3. so because of that its look like below table:
Any pointer to fix this would be of great help.
Ams
You are welcome to Submit a feature request to Infragistics. :)