Closed ezzkht closed 4 years ago
Depending on how you're running this and what paging/caching behavior you have enabled, you may have to purge the cached data. Simply redrawing, just updates the DOM, and simply refreshing would still pull the data from cache if it's already been fetched.
The online example has support for this "Purge Rows" feature which is implemented here.
The grid is not refreshing when the data changes. Manually calling grid.Api.RedrawRows() or grid.Api.RefreshCells() won't do the job either.