Hello;
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...