Hello,
I have a Kendo Grid and I am doing both client and server side validation when the fields in a row of a grid are modified. I am able to display the server side validation errors and custom validation errors in a Toaster by adding them to the Toaster in the Grid Error event . I would like to do the same for client side validation errors as well (For eg. if a value doesn't meet the range specified for that field) I would like them to be added to the Toaster and display them when I click the 'Save' button on that row in the grid. Any help is greatly appreciated.
I have a Kendo Grid and I am doing both client and server side validation when the fields in a row of a grid are modified. I am able to display the server side validation errors and custom validation errors in a Toaster by adding them to the Toaster in the Grid Error event . I would like to do the same for client side validation errors as well (For eg. if a value doesn't meet the range specified for that field) I would like them to be added to the Toaster and display them when I click the 'Save' button on that row in the grid. Any help is greatly appreciated.