Grouping summary and summary in one grid

  1. #1

    Grouping summary and summary in one grid

    Hi I need both grouping summary and summary in many gridpanels.
    I found example in explorer https://examples2.ext.net/#/GridPane...ping_TotalRow/
    But its code is not very reusable.

    Vhen I look at sencha examples, there is this one
    http://docs.sencha.com/extjs/4.2.0/e...tml?theme=gray
    which don't need custom javascript functions

    it looks like this is relevant sourcecode:

    features: [{
                id: 'group',
                ftype: 'groupingsummary',
                groupHeaderTpl: '{name}',
                hideGroupedHeader: true,
                enableGroupingMenu: false
            }, {
                ftype: 'summary',
                dock: 'bottom'
            }]
    but I don't know how to use it in ext.net
    I try
    <Features>               
                 <ext:GroupingSummary runat="server" GroupHeaderTplString="{name}" id="GridSummary" 
                            HideGroupedHeader="true" ShowSummaryRow="true" />
                 <ext:Summary id="RozpocetSummary" runat="server" ShowSummaryRow="true" />                    
    </Features>
    But id don't work

    Is there any reusable way how to get groupingsummary and summary on one grid
  2. #2
    Hi @PetrSnobelt,

    I can confirm that a Summary plugin doesn't work in v2.1 with a GroupingSummary one together.

    Though it appears to be working with the latest Ext.NET sources from SVN and it will be working with the upcoming v2.2 release.

Similar Threads

  1. Add a row to Grouping Summary grid
    By neostek in forum 1.x Help
    Replies: 8
    Last Post: Aug 07, 2012, 5:19 AM
  2. [CLOSED] Dynamic grid with Grouping Summary and Editors
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 06, 2011, 4:59 PM
  3. Replies: 1
    Last Post: Sep 10, 2010, 9:57 AM
  4. [CLOSED] Remote grouping or grouping summary for GridPanel
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 08, 2009, 10:23 PM
  5. Summary Row Without Grouping
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Apr 27, 2009, 2:59 PM

Tags for this Thread

Posting Permissions