When the user adds a new row to the GridView and then cancels the inserting process the event 'RowEditEnded' is called with "e.EditOperationType == Insert" and "e.EditAction == Cancel".
Is there some way to get the BusinessObject behind the inserted row that was canceled?
e.EditedItem, e.NewData are both null.
Is there some way to get the BusinessObject behind the inserted row that was canceled?
e.EditedItem, e.NewData are both null.