I have an AJAX-based grid control.
We hook into the window.onbeforeunload event to check if they have unsaved data and if so present them with a message \"Are you s
One workaround to this problem is to call submitFunction() on click event of hyperlink tag using jquery and remove the href attribute from the hyperlink.