groupby not sum hidden rows

Hello, I have a grid in which deleting a row it does is put as rowHidden and deleteRow but not update the dataprocessor, the problem is that groups are a #stat_total and want that row not join the #stat_tota, how could I do it?

thank you

Unfortunately the row hiding doesn’t influence the stat counters.
You may use the filtration or row removing. In this case the stat counter will change.

hello,
I use a button to save the changes, I have the dataprocessor in setUpdateMode (“off”), as below select the row and delete with deleteRow (“row1”) and hide so it does not look crossed with setRowHidden (“row1” , true).
So what I wanted to make is that there’s stat_count is updated.
I can not save changes until you give the button to confirm.

Thank you.

Unfortunately the stat counters won’t update until the row is deleted from the client-side.

The only way to create your own custom counter that will observe the row’s status before it’s including to the calculation.