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

Pure Client-side population?

4 Answers 178 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fooberichu
Top achievements
Rank 2
Fooberichu asked on 12 Sep 2008, 06:46 PM
I was wondering how it would be possible to use pure client-side population of the scheduler, or if it is possible.  What I envision is changing the view (whether the month, etc), and having a way of firing off a javascript event that shows what the new visible start and end date/time is, then using that to spawn off a webservice call and then iterating through the results and calling the insertAppointment method on the scheduler.

I imagine this would show quite the increase in performance vs using callbacks since the problem with callbacks is that they still have to include the viewstate during that callback. 

My problem is that I'm on a page that sits around 120kb total size so that passes back and forth a few times and things get pretty slow.  It would be so much cleaner to ask for only what I needed to update (the scheduler) so my response object would be 1kb or thereabouts (at most), and the response might be 20kb.

Thoughts?

4 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 15 Sep 2008, 12:31 PM
Hello,

Thank you for your suggestion. You are absolutely correct about the possible gains from using client-side data-binding. In fact we are already working on this feature and we plan to introduce it, alongside a host of other improvements, for the Q3 release.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Itai
Top achievements
Rank 2
answered on 19 Jan 2009, 03:59 PM
Is this feature available now?

Thanks.
0
David
Top achievements
Rank 1
answered on 16 Jun 2009, 08:27 AM
Any news on this feature?
0
Atanas Korchev
Telerik team
answered on 16 Jun 2009, 12:32 PM
Hi David,

We have implemented web service databinding. You can check the online example here.

Sincerely yours,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Fooberichu
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
Itai
Top achievements
Rank 2
David
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or