Looks like we can't reproduce the issue or there's a problem in the test case provided.
  1. #1
    Sencha User
    Join Date
    Sep 2012
    Posts
    17
    Vote Rating
    0
    lanciendunet is on a distinguished road

      0  

    Default GroupSummary and editing Grid

    GroupSummary and editing Grid


    Hi,

    I've an editing and groupsummary grid.
    When I load the grid value and sum of value are ok.
    If I edit a value, the groupsummary doesn't refresh with the correct sum of value, is it possible to refresh the sum of groupsummary ?

    Tks

  2. #2
    Sencha - GXT Dev Team
    Join Date
    Feb 2009
    Posts
    2,012
    Vote Rating
    56
    Colin Alworth is a jewel in the rough Colin Alworth is a jewel in the rough Colin Alworth is a jewel in the rough Colin Alworth is a jewel in the rough

      0  

    Default


    There was an issue around this feature, but it has been resolved as of 3.0.3 - check out http://staging.sencha.com:8080/examp...vegroupsummary for a running example of this. Both the 'Estimate' and the 'Rate' columns are editable, and will update the summary and the 'Cost' values.

    At present I believe there is still one gotcha - you must have the ListStore set to have autoCommit=true. At a glance, it should be possible to change the internals of SummaryType implementations to read out Store.Record values and changes.

    These changes were made as part of EXTGWT-1812, see http://www.sencha.com/forum/showthre...GridRowEditing for more details.