I need to edit the records on my grid, doing exactelly what's explainned on the demo "Grid
/
Client edit with batch server update" (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx)
The only problem is that i need to do it using server-side events, the datasource is created from a collection.
Is there any easier way to resolve this problem?
Thanks
Tiago Gerevini
The only problem is that i need to do it using server-side events, the datasource is created from a collection.
Is there any easier way to resolve this problem?
Thanks
Tiago Gerevini
4 Answers, 1 is accepted
0
Hello Tiago,
I'm not quite sure what exactly you mean by "I need to do it using server-side events". If you need to perform the items marking for edit on the server note that this is not possible. Currently the batch updates approach is supported only the way that is presented in the demo.
Greetings,
Maria Ilieva
the Telerik team
I'm not quite sure what exactly you mean by "I need to do it using server-side events". If you need to perform the items marking for edit on the server note that this is not possible. Currently the batch updates approach is supported only the way that is presented in the demo.
Greetings,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Accepted
Hello Tiago,
I'm not quite sure what exactly you mean by "I need to do it using server-side events". If you need to perform the items marking for edit on the server note that this is not possible. Currently the batch updates approach is supported only the way that is presented in the demo.
Greetings,
Maria Ilieva
the Telerik team
I'm not quite sure what exactly you mean by "I need to do it using server-side events". If you need to perform the items marking for edit on the server note that this is not possible. Currently the batch updates approach is supported only the way that is presented in the demo.
Greetings,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Tiago
Top achievements
Rank 1
answered on 17 Jun 2011, 07:52 PM
Alright, it worked, but now i've found another problem, i'm using RadDatePicker inside a GridTemplateColumn. What modifications are necessary on the javascripts methods?
thanks!
thanks!
0
Hi Tiago,
Please refer to the forum post below which provides a solution for such scenario.
http://www.telerik.com/community/forums/aspnet/grid/radgrid-batch-update-with-drop-down-in-cell.aspx#1345312
I hope this helps.
Regards,
Maria Ilieva
the Telerik team
Please refer to the forum post below which provides a solution for such scenario.
http://www.telerik.com/community/forums/aspnet/grid/radgrid-batch-update-with-drop-down-in-cell.aspx#1345312
I hope this helps.
Regards,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.