Hello JQX team,
I am using MVC with JQX widget and I referred topics on MVC and JQXGrid support that is provided.
My requirement is that I need to save all the updates made to the grid once, instead of single operation at a time. Like if user adds one row, updates 2-3 rows and deletes one row. When user press a save button ( on grid toolbar), it should call respective action methods defined in addrow, updaterow and deleterow methods with respective records that are added, updated, deleted.
Do you suggest any path with existing implementation or if not available, any future plans to support this feature?
Thanks,