Hi,
I need help with the following.
If I create a validation in a column from the grid, when failing it shows a mark and an explanation about why is failing.
However, my intention is to create a validation through javascript, since the requirement is to validate a set of rows at the same time, and not just the column value, in any case, I know how to grab the model, get the cells values, but what I am missing is how to set the same error message, to trigger it into the cell so it shows to the user the reason for failing.
Is there any way to do so?
Tried the apex.message.showErros but it does not work for the cells.
Also, when validating the rows as a whole, let's say user cannot have 2 rows with the same exact data, is there also a way to show the error around the whole row ? I guess that this could be done with a new column, and showing that column with an icon with error for each item, and perhaps an line around... but it seems a bit tricky, specially for showing in between pages, I am not sure how that works, so it would be best if it was possible to trigger the IG validations error messages...
Anyone can help me with this?
Thank you!