Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Check edit mode of UltraGridRow
posted

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

  • 37774
    Suggested Answer
    posted

    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