Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Updating summary while editing column
posted

Is there a good way to refresh the summary of a column while updating the column? Actually I want to use batch updating on my grid. When the data load on first time the summary looking good but after modification operation no effect occurred on summary field.

Parents
No Data
Reply
  • 24671
    Suggested Answer
    posted

    Hi,

    I think the confusion comes from the fact that you have autoCommit: false in the grid options (which is the default value, therefore if you edit, without committing manually, the data source on the client never gets updated, therefore summaries doesn't intercept the change and doesn't update its values.

    If you set autoCommit to true, summaries will automatically update after some cell/ row values change. 

    Hope it helps. Thanks,

    Angel 

Children