[OPEN] [#630] GridPanel Summary Row is not working

  1. #1

    [OPEN] [#630] GridPanel Summary Row is not working

    After upgrading from 2.5 to 3.0 summary rows stopped working. I tried to go back to examples.ext.net and see how that one works but that one is not working too.
    https://examples3.ext.net/#/GridPanel/Plugins/Summary/
    Last edited by Daniil; Jan 07, 2015 at 3:11 PM. Reason: [OPEN] [#630]
  2. #2
    Hi @ebeker,

    I just tested the online example in Chrome. It appears to be working correctly. Please clarify what browser are you testing with?

    but that one is not working too.
    Please clarify how it doesn't work in greater details.
  3. #3
    No it s still not working , I am talking about the summary row at the very bottom with bold fonts, i change the rate columns and hours and the last row does not change. the last column values changes with no issue on my project and on the example explorer.
  4. #4
    That is a defect. Created an Issue.
    https://github.com/extnet/Ext.NET/issues/630

    I can suggest this workaround for now.
    <ext:CellEditing runat="server">
        <Listeners>
            <Edit Handler="e.grid.getView().refresh();" />
        </Listeners>
    </ext:CellEditing>

Similar Threads

  1. [CLOSED] What am i missing on GridPanel Summary Row ?
    By ebeker in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 15, 2014, 5:46 AM
  2. [CLOSED] MVC gridpanel paging and summary
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 23
    Last Post: May 22, 2014, 12:17 PM
  3. Summary Row on GridPanel
    By stebag in forum 2.x Help
    Replies: 0
    Last Post: Apr 29, 2013, 9:27 PM
  4. Summary Row in GridPanel?
    By jsemple in forum 1.x Help
    Replies: 1
    Last Post: Mar 17, 2012, 3:36 PM
  5. How to add a summary row in GridPanel?
    By whs2893 in forum 1.x Help
    Replies: 2
    Last Post: Sep 22, 2009, 2:58 AM

Tags for this Thread

Posting Permissions