I have requirement where I will load data into spreadsheet and edit,add,delete rows on same spreadsheet.
Now I want to validate only those changed records by sending them as a json object to my api.
Can I read only changed record from spreadsheet and convert as json object? Can you please help me here?
Hello and thank you for contacting Infragistics,
If you are using our built-in validation then you can hook the editModeValidationError event.
eg.
Also, the workbookDirtied event might help you.
Thank you for the reply. Can we convert workbook as Json object ?