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

Multiple Editable rows using the Radinputmanager in the Radgrid

1 Answer 66 Views
Input
This is a migrated thread and some comments may be shown as answers.
Donald
Top achievements
Rank 1
Donald asked on 30 Sep 2010, 11:39 PM
hi there,

I'm trying to model a RadGrid according to one of demo examples given below.
http://demos.telerik.com/aspnet-ajax/input/examples/radinputmanager/dynamicinputfiltersettings/defaultcs.aspx?product=input.

it's impressive that I can open up mutiple rows for editing in this example. But while playing with it, I've noticed that
1) if you open up multiple rows for editing and
2) change some data on all of the editable rows,
3) then hit update on one of the changed rows.

The other rows open for editing stay open but loose the change that i made before hitting update on the previous row.

My question is, is there way we can hold the changes made to one row while updating the other?

Thanks
Mahee






1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 06 Oct 2010, 01:05 PM
Hi Donald,

This is expected behavior as updating one record forces the RadGrid to rebind which results in populating the remaining edit form with data from the current datasource of the control which still does not contain the newly input value. The only way to work around this behavior is to store the new values somewhere outside of the RadGrid and assign them to the textboxes after they are bound to the grid's datasource (e.g. in ItemDataBound or PreRender event of RadGrid).

Kind regards,
Tsvetina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Input
Asked by
Donald
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or