Hello,
You may look into this to find an example.
I have a table into which users can add new rows. Each row do have validation criteria to avoid input mistakes. But the “validation” is only executed when users get in the cell itself. So they could accidentally, by skipping some cells, introduce data in the grid that is not allowed.
What I’m looking for, is something I could attach to a button (“Validate” in the above fiddle) that would loop in the grid data and check for input errors based on the validation rules already coded in the grid columns.
The number of rows in the grid can vary as users can add one or many rows.
Thanks!
jb