Hi
I need to UltraWebGrid Merge Total Count below details base on Week number and different back gound colour. Any one help to me.
Date Day Count Week Number Total Count
09/07/2008 11 28 1210/07/2008 1 28 1215/07/2008 1 29 123/07/2008 7 30 1724/07/2008 6 30 1725/07/2008 4 30 1729/07/2008 17 31 17
Thanks for help. I have writenn my own logic using Rowspan and resolve the issues.
Thanks
Sudhakar Rao MCSD.Net,MCTS
Hello,
This is my request to merge cells in same values in two different weeks.
Regards
Sudhakar Rao - MCSD.Net, MCTS
I believe the easiest approach is to use our WebCalcManager component, which takes care of various math formulae like SUM, MIN, MAX, AVG, etc.
The relevant example can be found here:
http://samples.infragistics.com/2008.2/webfeaturebrowser/WebCalcManager/GridSummaries/GridSummaries.aspx
If you wish to see other examples and source code, please navigate to:
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
and then choose Grid -> WebCalcManager from the navigation pane on the left.