apeksha0701 0 Newbie Poster

Hi
I have an editable datagrid in which there is an update button on whose click the row updating event gets fired.

I wanted to save the old values in some variable before the update happens. However e.oldvalues(itemindex) doesn't seem to work in this case.

I also tried to retrieve the values while the row editing event is going on by using the datagrid.rows(i).cells(j), but it gives an empty string.

can someone plz let me know how can we save the old values during an update event.