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

[Solved] RadAjaxLoadingPanel and Web Services

1 Answer 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Greg Mercer
Top achievements
Rank 1
Greg Mercer asked on 25 Jan 2010, 08:54 PM
I'm using the WebService binding approach for supporting ajax calls to post and efficiently retrieve get just the data for the RadScheduler control as discussed here.

I was wondering if I can still explicitly show and hide the RadAjaxLoadingPanel when data is being fetched via WebService binding and ajax?

What client-side event can I use to know when the ajax fetch has begun and when it has ended?

Would the explicit show and hide code look something like what is shown here?

Is there any way to tell when errors have occurred?

Thanks,
Greg


1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Jan 2010, 12:42 PM
Hello Greg,

Yes, you should use the technique from the Show and hide loading panel explicitly help topic. Use
OnClientAppointmentsPopulating to show the loading panel and OnClientRequestSuccess to hide it.

Errors can be captured in OnClientRequestFailed.

Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Greg Mercer
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or