Batch editing works with local paging or when no paging is used.
In case of remote paging, please refer to this example: Single row editing wherein only one record is added, updated and deleted in a single transaction.
We are using pageModel: { type: "remote", rPP: 20, strRpp: "{0}" },. Can you please allow batch editing on Remote Type page model ? Because we dont want to click on every time on each Row to Edit. And it will be time consuming and impact on productivity. Please suggest your expert advise on it.