Hi,
We’re trying to implement following logic on editable cell:
When editor of a cell(cell A) is closed by user clicking on another editable cell(cell B), compare the row ids of A and B. We tried to use onEditCell event handler and check if stage is 2. But there seems to be no way to get the row id or cell index of B in this event handler. Please advice. Thanks a lot!