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

[Solved] Help with Multiple Instances

1 Answer 150 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 29 May 2008, 05:45 PM
Hello,
I have two instances of the RadScheduler, like in your demo.  However, I need mine to act slightly differently in two ways that I cannot figure out.

1. When I click on a time slot in the month view scheduler, I want the day to be reset in the day view scheduler, but the only option I see is that onClientTimeSlotClick event, but I need to to be server-side, not client side, since client side cannot set the active day in the other scheduler.

2. I need the appointments in the month view scheduler to NOT take up the entire width of the day and stack on top of one another, I want to show as many instances of appointments as possible in the small area given, because most of my events will be all day events, so time during the day doesnt matter.

Any ideas, please shoot them my way.

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 30 May 2008, 02:00 PM
Hi Jeremy,

1. You can attach on the onClientTimeSlotClick event and use this help topic to execute server-side code: Manually add an AJAX request to a client-side event of an HTML element.

2. Currently, this is not supported.

Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or