The problem with Dynamic Data is that there is no visual element to indicate to the user that work is being performed. Is it possible to integrate the AjaxLoadingPanel into a standard Dynamic Data application to remedy this? I am using the Futures Preview 4 bits.
Any help is appreciated.
James
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 19 Oct 2009, 07:14 AM
Hello James,
In all "Page Template" of DynamicData applications there is UpdatePanel that ajaxify all the template content. You can replace that UpdatePanel with RadAjaxPanel and attach to it RadAjaxLoadingPanel as in usual ASP.NET web application.