Hi,
In a web application I'm using the kendo grid with the MVC helper (asp.net). I want to know if it's possible when the user to an update, insert or delete to catch when the operation is successful so this way I can show a little toast message to my user.
I know we can catch when an errors occurs with the event of the grid but I didn't find a way to do this when a save operation is done without any problems.
Thanks