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

Loading Panel for WebService Binding?

7 Answers 92 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 10 Aug 2010, 12:00 AM
How can I get a loading panel working for the webservice binding?

Is there a built-in way?

7 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 10 Aug 2010, 09:50 AM
Hello Steve,

When bound to a WebService - RadScheduler doesn't postback. That's why you are not able to ajaxify it (add a Loading Panel).

In future we are planning to implement some busy indicator.

Please accept my apologies for the inconvenience. 

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 10 Aug 2010, 03:15 PM
Not a big deal I can do it with jquery and the clientside events

Just wondering if there was a built-in way

Thanks
0
Veronica
Telerik team
answered on 10 Aug 2010, 04:06 PM
Hi Steve,

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.

Please let me know if you have further questions.

Kind regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Brian Mains
Top achievements
Rank 1
answered on 10 Aug 2010, 04:27 PM
That example posted above worked for my by manually calling show at the proper times; I could even use it for insert/update too via OnClientWebServiceInserting client event and turn it off via requestsuccess and requestfailed client events too.
0
Mehmet
Top achievements
Rank 1
answered on 20 Jun 2014, 09:56 AM
Is there any improvements or implementation that has been done by now in regards ?
thank you 
0
Mehmet
Top achievements
Rank 1
answered on 23 Jun 2014, 04:27 AM
is there anybody ?? :)
0
Boyan Dimitrov
Telerik team
answered on 25 Jun 2014, 07:03 AM
Hello,

RadScheduler in web service binding scenario does not offer busy indicator out of the box. As already suggested in this thread such functionality could be achieved by showing the Show and hide loading panel explicitly.

You can
use OnClientAppointmentsPopulating to show the loading panel and OnClientRequestSuccess to hide it. Errors can be captured in OnClientRequestFailed.


Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Veronica
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Brian Mains
Top achievements
Rank 1
Mehmet
Top achievements
Rank 1
Boyan Dimitrov
Telerik team
Share this question
or