I have some client side processing that creates some data then rebinds to a radgrid. I want to show a busy indicator while this is happening. How can i do this? I would also like to use this in other parts of the program where there may not be a grid.
Thanks.
1 Answer, 1 is accepted
0
Eyup
Telerik team
answered on 04 Apr 2012, 02:00 PM
Hello Kim,
In order to indicate whether the RadGrid is processing you have two options:
enable the status bar:
<telerik:RadGrid ... ShowStatusBar="true" >
create a loading panel and use the RadAjaxManager to fire it on grid updating:
You can look at the implementation of these indicators in this demo with two grids.
Regards,
Eyup
the Telerik team
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 their blog feed now.