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

GridSummaryRowDescriptor

Hello,

I am using a GridSummaryRowDescriptor on a grid grouping control object. I add it as follows :

UpfrontTrackerQtrDetails.TableDescriptor.SummaryRows.Add(quarterSummaryRow)

Everything works good, but the table is large and scrollable and this row appears all the way at the bottom. I need this row to be a static footer(i.e. this summary row should be visible at all times). How can this be done?

 

Thanks,

 

Mike


1 Reply

AS Athiram S Syncfusion Team February 26, 2013 03:56 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,
Athiram S

Loader.
Up arrow icon