I cannot show the Ajax Loading Panel when using Client Binding on the Grid? Is it possible to do that? Thanks
1 Answer, 1 is accepted
0
Mira
Telerik team
answered on 28 Aug 2009, 02:52 PM
Hello Agnes,
The main functionality of RadAjaxLoadingPanel is to show a loading image as a progress indication when an AJAX request is performed, i.e. when the page is loading silently. With client-side data-binding no requests to the server are performed, so if you want to show a loading panel, you should do it explicitly. For more information please take a look at this help topic and this online demo.