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

hierarchical multiple row editing is possible

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
koteswararao
Top achievements
Rank 1
koteswararao asked on 23 Jan 2012, 08:27 AM
hi,

i have a requirement as follows
 in the multilevel (3 level hierarchy  ) grid i want to edit any grid row at any time but save all the changes at the final mean

if i edit row 1 , but i didn't want to update immediately to the db but i am able to see the changes in the grid itself ,next i edit 2 row and change some value but not save at that time to db at the final

i click on save changes   all the rows which are edited will be modified in the db

in the same way need the way to add new rows also .

Thanks & Regards,
M.Koteswara Rao

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 23 Jan 2012, 01:41 PM
Hello koteswararao,

for this you have to save this data into session/viewstate and perfom your action on it.
on saveAll you can save all this data in to DB.

Let me if you have any concern.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
koteswararao
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or