Hallo,
first of all congratulations for you suite, i find it to be the best asp.net suite ever!
I have the following problem,
i want the user to be able to perform multiple, concurrent edits in a radgrid and the update them all together.
I found a sample of yours regarding "batch update" which works perfect and i have set the AllowMultiRowEdit="True" so that the user can edit multiple rows.
The problem is that if a user begins editing one row, changes some data and THEN begins editing another row, although both of these rows will be in edit mode, all the changes before the last "Edit" Command will be lost!
I have checked this with your samples too and they have the
same malfunction ( or functionality :) ).
I tried to get the existing data from the previous editing rows inside the RadGrid1_ItemDataBound event like this:
Neither newValues nor sPosition has the changed values for the previously edited items.
They all have the original values.
Is there any workaround?
Thanks in advance!