The example below is just your standard "Grid Batch editing" demo with the addition of "autoSync: true" to the dataSource.
If you edit any of the cells (and change the value) the active cell changes to the first cell (Chai). This does not happen with "autoSync: false".
How can I keep the active cell on the one I am editing?
Thanks