Hi,
As far as i know there is no straight forward way to find out the edited row only, if all the rows are in edit mode. One suggestion is to try adding an OnTextChanged event handler to the TextBox cast the sender to TextBox and add the index of the Row in a static ArrayList. Please check the sample code snippet i tried with Radgrid in Inplace edit mode and with one GridBoundColumn.
C#:
Thanks,
Shinu.