We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Running Total of columns and Rows on Syncfusion.Windows.Forms.Grid.GridControl

Hi,

I want to display running summary of column and row values in bottom and Right most column of the Syncfusion.Windows.Forms.Grid.GridControl

Could you get me back with the best way to do this?


1 Reply

AD Administrator Syncfusion Team June 24, 2008 11:00 PM UTC

The simplest way to do this is to just put SUM formulas in the right most column and bottom most row. Here is a sample.

http://www.syncfusion.com/support/user/uploads/GC_FormulasRightAndBottom_b024e9f2.zip


But this will not freeze the summaries so that they are always visible. If you want this, then one way to do this is to add another GridControl on the right and another GridControl on the bottom. You would then sync up the scrolling so things the grid scroll as one grid. Here is a kb link discussing how you might do this.
http://www.syncfusion.com/Support/article.aspx?id=10398


Loader.
Live Chat Icon For mobile
Up arrow icon