Hi,
We have an issue in some code for a user control where we are dynamically building up the controls on the page including the AjaxLoadingPanel and AjaxSettings via the AjaxManager.
We have follow the instructions as per http://www.telerik.com/help/aspnet-ajax/ajax-ajax-manager-programmatic-creation.html and http://www.telerik.com/help/aspnet-ajax/ajax-add-ajaxsettings-programmatically.html and placed the code in the relevant event handlers but the loading panel is not displayed. Also the ClientEvents OnRequestStart/End events don't seem to fire.
We don't have any issues in pages where we have declared the controls in markup.
We are using web parts heavily in our application (a CMS), could this have a bearing on the problem?
We have an issue in some code for a user control where we are dynamically building up the controls on the page including the AjaxLoadingPanel and AjaxSettings via the AjaxManager.
We have follow the instructions as per http://www.telerik.com/help/aspnet-ajax/ajax-ajax-manager-programmatic-creation.html and http://www.telerik.com/help/aspnet-ajax/ajax-add-ajaxsettings-programmatically.html and placed the code in the relevant event handlers but the loading panel is not displayed. Also the ClientEvents OnRequestStart/End events don't seem to fire.
We don't have any issues in pages where we have declared the controls in markup.
We are using web parts heavily in our application (a CMS), could this have a bearing on the problem?