jQWidgets icon indicating copy to clipboard operation
jQWidgets copied to clipboard

jqxGrid: group aggregates problem on edit

Open SvetoslavjQWidgets opened this issue 1 year ago • 0 comments

Describe the bug There is a grid which is editable and has aggregates as well as grouping aggregates. When you edit a cell, only the aggregates are updated, the grouping aggregates do not update their values

To Reproduce Steps to reproduce the behaviour:

  1. Go to https://stackblitz.com/edit/stackblitz-starters-i45krh?file=src%2Fapp%2Fapp.component.ts
  2. Edit a cell in the Total column
  3. See that only the global aggregates are updated, the group aggregates are not updated

SvetoslavjQWidgets avatar Sep 07 '23 06:09 SvetoslavjQWidgets