This question is locked. New answers and comments are not allowed.
Hi,
I am working with a Telerik grid using the following demo about "Server selection" http://demos.telerik.com/aspnet-mvc/grid/selectionserverside/. I want to allow operations (update, insert, delete) on the 2nd grid after a selection on the 1st grid.
In the demo, it means I would like to delete an order for a customer for example. In order to do this, I have to get back the datakey (Order ID) in the controller. But I get back either nothing, either the 1st grid datakey.
Thanks for your help.
I am working with a Telerik grid using the following demo about "Server selection" http://demos.telerik.com/aspnet-mvc/grid/selectionserverside/. I want to allow operations (update, insert, delete) on the 2nd grid after a selection on the 1st grid.
In the demo, it means I would like to delete an order for a customer for example. In order to do this, I have to get back the datakey (Order ID) in the controller. But I get back either nothing, either the 1st grid datakey.
Thanks for your help.