Hello,
I've a grid with Normal editing mode and reactive form.
I'm trying to validate some data from the grid after form is complete (Save button pressed).
I need to check with the backend (net core) if the firstName + lastName fields combination exists, and if so, display an error message and continue editing in the name field.
I've tried also to validate after lastName is filled with a validation but I'm unable to get firstName value and send combination to async validation.
Is there a solution for this?
Regards
Jose