-
1 Mar 2013 8:36 AM #1
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
-
1 Mar 2013 9:48 AM #2
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.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote