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

Navigation at client side

1 Answer 37 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pooja
Top achievements
Rank 1
Pooja asked on 15 Jan 2012, 08:45 AM
Hi,
I am populating my scheduler at server side using a IEnumerable collection. I am binding all the appoinments on page load. Now when I navigate in between Views(Day, Week and Month), I want the navigation to happen at client side. i.e. no postbacks should happen.

Please let me know if this is possible.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 18 Jan 2012, 05:13 PM
Hi Pooja,

 
It is possible if you use the WebService binding. You have to override the web method GetAppointments to return the IEnumerable <AppointmentData>  type of your collection and override the other web methods respectively as well.

Hope this will be helpful.

Greetings,
Plamen Zdravkov
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
Scheduler
Asked by
Pooja
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or