Hope you can help!
I am looking at the custom validation right here:
https://ej2.syncfusion.com/angular/documentation/grid/editing/validation#custom-validation
It works, but what I also need is access to the row and column, because my validations are based on other values in the same row.
And my grid is dynamic, so I need to access the column to see the rules. Column.field will work too, I can go from there.
Thank you!