Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
820
Group subtotals
posted

Hi,

I would like to add summuries/totals at the end of each group when grouping is switched on.

I saw that it's possible to show summuries in group row header, but I need to show it in the bottom of each group.

I would like to have something similar to 

http://www.igniteui.com/grid/summaries

but for each group. As I understand it's not supported at current moment.

But please advise how I can achive this. Is it any way to inject some custom html after each group? Is it possible to do this with ASP.NET MVC extensions?

I don't want to add this summury by adding extra rows because it affects paging, sorting, filtering etc.

Thanks!

Aliaksei

Parents
No Data
Reply
  • 10685
    Offline posted

    Hello Aliaksei,

     

    Actually, showing summaries at the bottom of each group, when both grouping and summaries are enabled, appears to be a new product idea.

    I would recommend you to log a feature request at http://ideas.infragistics.com and powered by UserVoice, the Product Ideas site allows you to suggest new product features, new functionalities in existing products and controls, and even request new controls and products altogether. Members of the Infragistics Community then vote for the features and suggestions they want to see added to the products, resulting in the most popular features bubbling up to the top. When planning new releases, our Product Management team will look at the most popular features and use your feedback to prioritize upcoming work.

     

    It is possible to create a custom implementation to achieve these requirements and yet, I could not share a best approach route.

     

    A couple of “good to know” references:

    References to the API regarding igGridSummaries and igGroupBy
    http://help.infragistics.com/jQuery/2013.2/ui.iggridsummaries#overview

    http://help.infragistics.com/jQuery/2013.2/ui.iggridgroupby#options

     

    igGrid known Issues and Limitations:

    ASP.NET MVC helper wrapper doesn’t handle the custom summaries by default. Therefore, a custom summary should be created and calculated separately.

    http://help.infragistics.com/Help/Doc/jQuery/2013.2/CLR4.0/html/igGrid_Known_Issues.html

Children
No Data