What is the Event life cycle of Grid in Row Edit mode?
Why the event RowEditEnding fires before CellEditEnding?
Hello,
For row edit mode the event sequence is rowEditEnding then for each cell that is in edit mode you receive cellEditEnding -> cellEditEnded and finally rowEditEnded. You may refer to the API documentation for information regarding the events and their arguments.
Thank you for using Infragistics forums! Please, let me know if you have any other questions or concerns!
Best regards,
Stamen Stoychev