Hi, I am inserting data to a grid using a seperate button and refreshing the partial view the grid is in, the changes show up correctly, but then the delete/update dont post back to their actions anymore. this only occures when i refresh the partial view that the grid is in.
when i do return partialview("_partialview") , the dataread action of the grid doesnt get called again like it should in order for it to get the new row
sorry for posting alot about this issue but ive spent hours on this, all i want to do is insert data into a grid from a different ajax.begin form, once the button add is clicked in that ajax.beginform it calls an action whichs adds the new record and returns the partial view that contains the grid, this simple process is wasting me too much time
0
Alexander Popov
Telerik team
answered on 08 Jul 2015, 02:17 PM
Hello Jim,
I would suggest using Ajax binding and take advantage of the DataSource'a API. This will allow you to perform all kind of CRUD operations and refresh the Grid without reloading the entire partial view. In case you need further assistance I would ask you to share some code snippets or a sample project that we can examine.
Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!