I'm trying to add a new row to a Radgrid client-side using insertItem() and then update all inserted items in a single batch.
I've got several questions:
1) What's the correct way to use the client-side API call insertItem() ?
2) Can insert operations be batched like edit operations?
Thanks...
3 Answers, 1 is accepted
0
Accepted
Yavor
Telerik team
answered on 24 Mar 2009, 07:54 AM
Hi Chris,
The following client side method demonstrates one possible option to insert a new row. While a batch insert is not available, you can either call this function repeatedly, or from the code-behind server side handler, add more than one item to the database directly.
I hope this information helps.
All the best,
Yavor
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
I'm needing this information requested by the original post. Unfortunately, this answer (a link pointing to the documentation) doesn't seem to answer the original question. Can anyone elaborate a bit more?
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now