Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1095
Server side event to make an alert box pop up?
posted

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?

Parents
  • 33839
    Suggested Answer
    posted

    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 

Reply Children
No Data