How to make summary row always visible in the grid ?

Hi.
I've put summary row to the GridGroupingControl.

Is it possible to make summary row always visible ?
That means now summary row is at the bottom of the grid and I need to scroll down to see it.

Is there any way to put summary row always on top of the grid, not dependable on scrolling, or just put the summary row as a first row and freeze it.

What is the solution.

Thanks in advance, Michael.

I 'am using Essential studio 8.1.0.30, VS 2008.




3 Replies

JJ Jisha Joy Syncfusion Team January 3, 2011 06:22 AM UTC

Hi Michael,

The summary row of GridGroupingControl does not have a support to the behavior of frozen row which can be achieved through some workaround by placing a grid at the bottom of the control with a single row which appears to be a summary for the control.

Please refer the sample attached in the below location:

http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=FrozenSummary-10671657.zip

Let me know if you have any queries.

Regards,
Jisha



MI Michael January 3, 2011 08:16 AM UTC

Thank you.

Your answer was very useful.

You started with new class EngineSummaryGrid, but at last the job can be done without him.



JJ Jisha Joy Syncfusion Team January 4, 2011 06:43 AM UTC

Hi Michael,

Thank you for your update.

Regards,
Jisha


Loader.
Up arrow icon