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

Some functionnalities questions

1 Answer 67 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Julien
Top achievements
Rank 1
Julien asked on 13 Dec 2011, 09:20 PM
Hi,

I've several questions on the ScheduleView:

-I know this can be a little weird, but I need that "Days" finish at 3 am(and start at 8am), because I've to display a "Planning" of a party, and they don't want to have one "activity" split in two days, event if the "activity" starts at 11pm and ends the next day at 3 am. Is it possible? I saw a "FirstVisibleTime", but it doesn't seems to do anything.
-I need to have hours displayed in 24h format, how can I do this?
-I can't find how to make it read only?
-Is there an event for when we double click on an appointment?
-Can I hide the "Week" notion in the bar but keep the date navigation?

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 16 Dec 2011, 09:11 AM
Hello Julien,

Thank you for your interest in our control.

Straight to your questions:
1.I know this can be a little weird, but I need that "Days" finish at 3 am.

You can implement this by setting the DayStartTime and DayEndTime properties of the view definitions.
For more details please review our online demo.

2.I need to have hours displayed in 24h format, how can I do this?
You ca use the TimerulerMinorTickStringFormat and TimerulerMajorTickStringFormat properties of the views.

3.I can't find how to make it read only?
Please review our ReadOnly slots example.

4.Is there an event for when we double click on an appointment
You can hook on ShowDialog event. Please review our Events article for more details.

5.Can I hide the "Week" notion in the bar but keep the date navigation?
Yes,all you have to do is not to add the WeekViewDefiniton to the ViewDefinitions collection. RadScheduleView displays the views added to this collection. For more details,please follow this help article.

Regards,
Rosi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Julien
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or