Hi,
I have a kendo grid. On copy the records from excel and paste on the kendo grid Paste event is triggered.
Suppose I have pasted 50 records from the excel to the grid. From that 50 records 10 records are invalid and I want to validate and show the error message for each row by row.
Please let me know how we can validate row by row on paste these 50 records from excel to kendo grid.
Events(events => events.Paste("onPaste"))
function onPaste(e) { }