Is there a way (client side or server) for the scheduler to find the next or previous appointment and change the selected date to that appointment for easy navigation.
2 Answers, 1 is accepted
0
Accepted
Dimitar Milushev
Telerik team
answered on 17 Mar 2008, 02:21 PM
Hi Adam Nelson,
There is no integrated way to do this with RadScheduler, but you can easily add two buttons to your page that navigate from the current date to the next/previous appointment.
The only tricky part is sorting the Appointments, because you need a custom comparer. Here is the code to implement one: