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
close icon

Summary row using GridDataBoundGrid

Hi,

In my application i'm using Syncfusion.Windows.Forms.Grid.GridDataBoundGrid, i need to implement summarry row feature to my grid, how can achieve it?

Thanks
Raghavendra


4 Replies

AD Administrator Syncfusion Team March 18, 2008 05:41 PM UTC

Hi Raghavendra,

We don’t have this footer row behavior in the GridControl and GridDataBoundGrid with the ease of a property setting. But one way to get a summary row at the bottom is to use two grids, one your normal grid and the other a single row grid at the bottom on the normalgrid.

KB Link : http://www.syncfusion.com/Support/article.aspx?id=10398
KB Sample : http://websamples.syncfusion.com/samples/Grid.Windows/SummaryRowKBSample.zip

The KB sample has a total grid under the primary grid. The total grid exposes two events, one that is fired once to initialize the summary row, and a second event that is fired any time a cell changes so you can modify the summary row to reflect your users editing the information.

Also we have created minimal sample to have the footer row always visible when you scroll it vertically for DataBoundGrid. Please refer to the attached sample for implementation.

http://websamples.syncfusion.com/samples/Grid.Windows/SummaryRowSample.zip

Best regards,
Haneef




RA Raghavendra March 19, 2008 08:25 AM UTC

Thank you Haneef, I could able to get the summary row.




NV Nguyen Vo Long August 26, 2010 08:10 AM UTC

The link to the sample is not working any more.

Please update the new link.


NR Nirmal Raja Syncfusion Team August 26, 2010 10:46 AM UTC

Hi,

I have attached both the sample into a different location, in which you can download with the following links.

KB Sample:
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=SummaryRowKBSample2145116102.zip


Forum Sample:
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=SummaryRowSample-1939913214.zip

Please let me know if you have any concern.

Regards,
Nirmal

Loader.
Live Chat Icon For mobile
Up arrow icon