I have number only validation on a cell on spreadsheetgear where it gives an error on typing anything other then a number, but I am facing a problem wherein the user would just type anything he likes in excel and paste the cell itself onto the spreadsheetgear sheet causing it to lose the validation.
Now, I went through other threads and found out that you can disable all "Edit" operations on a cell but I want to give user the ability to be able to paste cells from excel.
So, my question is that is there is an event that gets hit on paste cell? I can just use that event to validate the data and generate custom messages. I don't care about the excel error messages as I plan to handle onError event anyway and generate the same custom error messages for other cases too.
Any other approach to accomplish the task would be helpful too. Thanks in advance.