This is a migrated thread and some comments may be shown as answers.

[Solved] Is there a way to add/edit/delete multiple rows clientside, and then have them all handled at once on postback?

1 Answer 145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dlamprey
Top achievements
Rank 2
dlamprey asked on 05 Jan 2010, 03:09 PM
I have a situation where I have several nested radgrids on the same page. The page takes a very time to load, mostly to the heavy amount of code on the rest of the page. I am not able to refactor this page at the time. The client needs to be able to add multiple rows to various grids, and then when the form is posted back, all of the rows are added. In addition, they need to be able to edit / delete rows. Currently this works through viewstate, which I have already moved to a session state persister to increase performance. If there is an example of this behavior, that would be great. I'm not afraid of writing a little javascript either.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 06 Jan 2010, 08:27 AM
Hello Dan,

I suggest you examine the following online demo which illustrates how to Insert/ update/delete grid records client-side using external form.
Client-side Insert/Update/Delete

Let me know if it helps.

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
dlamprey
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Share this question
or