Hello Jonathan,
The problem you describe is due to the fact that the
HideLoadingPanel function is not executed when an error occurs on the ContentPage and this is result of the Hiding script not being rendered when an exception has appeared. To avoid this problem you will need to move the
HideLoadingPanel event handler attachment to the main page in which the splitter and the loading panel are placed. In this way the
HideLoadingPanel will be executed even if an error occurs in the server-side code of the content page. You can test this uncommenting the throw error line in the content page. I have attached a modified version of the previously provided example which demonstrates the explained above.
If you need further assistance, do contact us again.
Best regards,
Sophy
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.