We are working on the datagrid with Remote Data. We want to take advantage of the Grouping (allowGrouping : true ) and aggregate ( grid.aggregates = myAggregates; ) features.
We noticed that:
Hi Syncfusion
Quick question based on the response to this query.
If offline mode is set to true and the user enters some values in a numeric column in a grid and then saves the updated data back to the remote data store will the aggregates be recalculated and displayed in the UI - does a specific action need to be triggered to deliver this?
Since the WebAPIAdaptor will load only the current page records while using Pagination, the aggregates will be calculated based on the Current View records only. This is the default behavior. If you set offline as true for the DataManager library, then all the data will be loaded initially, and the aggregates will be calculated for all the records. But other Grid actions such as filtering, sorting, paging will be done local only. It will not send any request for each action.