Posted 29 January 2019, 1:52 pm EST
Hi,
Is there away to detect when a multiple row edit start and complete? The use case is like this, the user can select checkbox in multiple rows/multiple cells and click on it (or press space bar) to check and uncheck it. When this occur, AfterEdit event will trigger for each selected cell.
The problem is I have an undo/redo implementation that save the operation for redo and I need to group all the cells as a single edit operation. Unfortunately, I have no way of detecting when it starts and end.
Is there any event to trick to detect when edit start and last edited item is complete?
Thanks,
Hai