We have a cell with validation (it is a dropdown type validation).
When the users copy the value from another cell to this cell, I used the clipboard.paste.prototype method to override the default behaivour and retain the pasteRef cells formatting (background, font colour, validation values etc), but after the paste, the cell may (or may not) be invalid.
Is there a way to then manually check the validation and if it fails, fire the validation fail event (which shows a popup)?
Thanks!