Dear Team,
I have got a requirement to update/create multiple grid values in only one single call.
Like I have one tabstrip with three grids under it.
and user is allowed to edit multiple records and he will click master save/update button which should save all the records from all the grids present on the page.
This is to reduce the server calls to update one by one grid records.
Is there possible solution to get all the updated values from all grids present on the page for bulk update?? and then make a service call which will update the records.
Please let me know.
I have got a requirement to update/create multiple grid values in only one single call.
Like I have one tabstrip with three grids under it.
and user is allowed to edit multiple records and he will click master save/update button which should save all the records from all the grids present on the page.
This is to reduce the server calls to update one by one grid records.
Is there possible solution to get all the updated values from all grids present on the page for bulk update?? and then make a service call which will update the records.
Please let me know.