Our blazing fast Grid component built with pure JavaScript


Post by gregc »

In my AJAX grid I update a cell and the server returns the updated row with my autocommit.
Is there an easy way to have it update the current page, either trigger it on the client side after updating a particular cell or by returning multiple rows (I don't think that works).


Post by mats »

You can simply https://bryntum.com/docs/scheduler/#Core/data/Model#function-set the values your server returns. If your server returns multiple row values you can iterate over them and set each record. Docs of interest:

https://bryntum.com/docs/scheduler/#Core/data/Store#function-beginBatch
https://bryntum.com/docs/scheduler/#Core/data/mixin/StoreSync#config-syncDataOnLoad


Post Reply