If an unhandled exception occurs within the page that's loaded in the Telerik Window, how would we close the window and show the unhandled exception in the main page?
I understand that I can inject the javascript to close the window from the server side, but If I inject the script on the OnError handler on the page, the page never completes rendering and the javascript for closing the window never fires.
PS: Currently, we are using the Application_Error in Global.asax.cs to handle unhandled exceptions.
I understand that I can inject the javascript to close the window from the server side, but If I inject the script on the OnError handler on the page, the page never completes rendering and the javascript for closing the window never fires.
PS: Currently, we are using the Application_Error in Global.asax.cs to handle unhandled exceptions.