Hello,
I want to abort the process of removing row if the data has been referenced by other records. I return a false value from beforeRemoveRow event if the row can’t be removed, but there is no effect. The row is still removed when the process completes. Please how should I do to abort the process? Thanks.