I am using WebDataGrid v 12.1. Is it possible somehow from one of the events like EditCore.RowDeleting to make a JavaScript alert box appear, or to use the noti plugin?
Do you have some examples of this somewhere, or a video/tutorial/page? I'm not sure how to accomplish this.
What I am trying to do is to use the jQuery plugin Noti to handle my error responses.
You could try to register startup client script if ajax is off. Or if it's on, set some property on the AjaxResponse object, handle AjaxResponse event and then fire off the alert there. Or use the other client events.
regards,David Young