[CLOSED] Ext.grid.feature.GroupingSummary: getting the current record in column.summaryRenderer

  1. #1

    [CLOSED] Ext.grid.feature.GroupingSummary: getting the current record in column.summaryRenderer

    Hi!!!

    Some type that get the current record in column.summaryRenderer???
    the parameters of function are filled with value only, without reference to record.

    function (value, summaryData, field) {return Ext.util.Format.brMoney(value, null, 2);}
    Last edited by Daniil; Feb 21, 2013 at 12:09 PM. Reason: [CLOSED]
  2. #2
    Hello!

    SummaryRenderer renders only the final value. If you want have an access to records you can use CustomSummaryType: https://examples2.ext.net/#/GridPanel/Plugins/Summary/
  3. #3
    Hi Daniil!!!

    Perfect! Much better that my first idea.

    Thanks a lot.

Similar Threads

  1. Replies: 1
    Last Post: May 22, 2012, 3:09 PM
  2. Replies: 2
    Last Post: Jan 23, 2012, 10:49 AM
  3. Replies: 1
    Last Post: May 05, 2011, 3:47 PM
  4. [CLOSED] Edit current record in a Column-Editor.
    By macap in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 04, 2009, 3:57 PM
  5. Replies: 1
    Last Post: Sep 11, 2009, 11:41 AM

Posting Permissions