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

Footer Row (for Summary Data)

we are migrating a VB6 project over to C#. We were using the TrueDBGrid product and moved over to syncfusion. In TrueDBGrid, there was a concept of a footer row that was anchored to the bottom of the grid. We used this to display summary data. This had no dependancy on the number of rows in the main grid and since it was anchored, it was always shown no matter what scrolling was going on Does this "footer row" concept exists in Syncfusion? Whats the best way of replicating this behavior. I would imagine that many people are asking for this as it is a feature in many of the other 3rd party grid controls.

7 Replies

ST stanleyj Syncfusion Team March 4, 2006 02:06 PM UTC

Hi Adam, Yes, we do have a technique to support summary row in GridControl and GridDataBoundGrid(GDBG). Please refer this KB article. http://www.syncfusion.com/Support/article.aspx?id=10398 For a hierarchical GDBG, this technique is not so good, yet you can make use of it to some extent. Please refer http://www.syncfusion.com/support/forums/message.aspx?MessageID=36687. In GridGroupingControl(GGC) there is a built in support using GridSummaryRowDescriptor. Here is a small sample. Let me know if you need any more information. Best regards, Stanley


AD Administrator Syncfusion Team March 4, 2006 10:03 PM UTC

Stanley, In the example there are tons of blank rows between the real row data and the summary row. I would like to just see the background and not have to have all these empty rows inbetween. Is this possible. thks, ak >Hi Adam, > >Yes, we do have a technique to support summary row in GridControl and GridDataBoundGrid(GDBG). Please refer this KB article. >http://www.syncfusion.com/Support/article.aspx?id=10398 > >For a hierarchical GDBG, this technique is not so good, yet you can make use of it to some extent. Please refer http://www.syncfusion.com/support/forums/message.aspx?MessageID=36687. > >In GridGroupingControl(GGC) there is a built in support using GridSummaryRowDescriptor. Here is a small sample. > >Let me know if you need any more information. > >Best regards, >Stanley


AD Administrator Syncfusion Team March 5, 2006 11:12 AM UTC

Hi Adam, If you are using GridControl or GDBG, please refer this thread that has sample with a logic to keep the docked grid stick to the parent one. http://www.syncfusion.com/support/forums/message.aspx?MessageID=38490 Let me know if your requirement is different. Best regards, Stanley


AD Administrator Syncfusion Team March 6, 2006 08:37 PM UTC

Stanley, the thread has about 10 different sample links so i am not sure which one you are referring to but i want a summaryrow at the bottom of the grid that has not attachement to the regular grid. If the grid is larger in space than the number or rows i would expect to see blank space between the regular rows and the summary row (not blank extra rows. . .) do you have any code that does this. Do you plan on supporting this concept in any future version in 1 grid because having to deal with 2 grids seems confusing and i would expect this to be a simple feature of the Grid control. For example the True DB Grid in VB has 2 api lines to support this _grid.FooterRows = 1; _grid.ShowFooter = 2; I can then index into any of the columns in this summary row. Please let me know your thoughts. thks, ak >Hi Adam, > >If you are using GridControl or GDBG, please refer this thread that has sample with a logic to keep the docked grid stick to the parent one. > >http://www.syncfusion.com/support/forums/message.aspx?MessageID=38490 > >Let me know if your requirement is different. > >Best regards, >Stanley


AD Administrator Syncfusion Team March 8, 2006 04:44 AM UTC

Hi Adam, Please refer to the attached sample and let us know if you are looking for something like this. We don’t have this footer row behavior in the GridControl and GridDataBoundGrid with the ease of a property setting. But, in the GridGroupingControl there is a built in support using the GridSummaryRowDescriptor, as Stanley has mentioned earlier. Regards, Calvin.

41537.zip


MI Michael February 12, 2018 10:08 PM UTC

YES


AR Arulpriya Ramalingam Syncfusion Team February 13, 2018 04:55 AM UTC

Hi Michael, 
 
Thanks for your update. 
 
Please let us know that, whether the reported issue has been resolved. 
 
Regards, 
Arulpriya  


Loader.
Live Chat Icon For mobile
Up arrow icon