I need to display the RadLoadingPanel for the Radgrid however I have a timer that every 3 seconds rebinds the grid. Is it possible to exclude the loading panel on certain events.
You could show the RadAjaxLoadingPanel explicitly on specific client event as shown in the online help below:
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html
Also you could ajaxify the RadGrid control partially so that the LoadingPanel appear on specific actions:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/partialajaxification/defaultcs.aspx
Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.