Is there any way to check if ActiveRow or for that matter any given row is in Edit Mode.
Problem is while performing autosave on my screen i dont want to commit row on which user is currently working.
Thanks
The quickest way is to check to see if the ActiveCell of the grid is null and, if not, if the IsInEditMode property of the cell is true.
-Matt