You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each edit operation performed on the grid marks the editing row as one if the following: Operation.Add, Operation.Update, Operation.Delete. If no operation has been performed on the row, it is marked as Operation.None by default. This categorization empowers the consuming component/service layer to handle the backend data change reconciliation in the way that suits its needs.