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

Need Help - Rad Scheduler - Time Slot Click - Scheduler Height - Attributes

2 Answers 215 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 03 Aug 2010, 05:15 AM
Hi,

I have the following doubts regarding Telerik Rad Scheduler . I would be happy if i get it cleared.. Pls Help

1) In rad scheduler we hane Appointment Click event . But i need an event fired when user clicks on a empty time slot and i should be able to get the time slots date , start and end time via event argument

2) I want the Rad Scheduler to fit into my DIV tag automatically with out specifying a specific height

3) Do we have anything like (Data key items in rad grid) or (attributes in rad tree ) in rad scheduler. i need some extra information to be add with my appointments.

Thanks in advance.

Ravi
TTCPL

2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 03 Aug 2010, 03:26 PM
Hi Ravi,

1) Please take a look at OnClientTimeSlotClick event.

2) The control will expand to fill all available space when you specify OverflowBehavior="Expand". Some views will have different height depending on their configuration.

3) RadScheduler supports custom attributes and resources for appointments. The custom attributes are free-form strings associated to the appointments that can be read from the data source or set through code.

Please feel free to ask me if you have further questions.

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
Shubham
Top achievements
Rank 1
answered on 23 Sep 2020, 09:42 AM

Hi Veronica's,

I want to fire click event on blank time slot in the code behind(server side) not in client side. Is there any way to get

1.start time

2. End Time

3. date 

in the server side after clicking a blank slot. 

Tags
Scheduler
Asked by
Ravi
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Shubham
Top achievements
Rank 1
Share this question
or