Hi,
I need to perform a validation before a new row is added.
The RecordAdding event is thrown just after the first character is introduced in a new row but I need to make the validation after the Enter key was pressed and the row is supposed to be added into the list bellow.
Is there a way I can do that?
Thank you