This is a migrated thread and some comments may be shown as answers.

Busy Indicator

1 Answer 384 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kim
Top achievements
Rank 1
Kim asked on 01 Apr 2012, 02:00 AM

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

Sort by
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:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" ... />

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.
Tags
General Discussions
Asked by
Kim
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or