There should be something to post multiple grids data to controller. which was possible with serialize in telerik.
Hi Rahul,
The Grid was designed as a data-bound component so it presents data returned from the server. It was not intended to be used as a form component and submit the data presented in it.
That said, when CRUD operations are configured for the Grid the updated or created items will be passed to the respective server-side ActionMethod so the data can be persisted in the data source. Check out the resources below that describe in more detail on how CRUD can be configured in the Grid.
https://docs.telerik.com/aspnet-mvc/html-helpers/data-management/grid/editing/batch
https://demos.telerik.com/aspnet-mvc/grid/editing
Regards,
Viktor Tachev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.