Hello,
I wanted to use the summaries feature of igGrid and it is working, but when I update the grid, then the summaries are not updated automatically. The summaries will be updated only when summary checkbox is checked/unchecked.
Is there a way to automatically update the summaries after the grid was edited/updated?
Regards,
Csaba
Hello Somo,
Thank you for contacting Infragistics!
We received your support request concerning igHierarchicalGrid summeries, and I have been assigned to assist you with this issue.. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of this functionality and I will get back to you by the end of the day tomorrow with more information or questions for you.
Hello Csaba,
The reason that the summaries are not updated automatically is because the changes that you are making are not automatically applied to the data source. To do this, we need to commit the changes in our grid when it is edited. This can be done very simply by adding
autoCommit: true
Is there anything else I can assist you with on the matter? Please do not hesitate to contact me with more questions.