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

Some questions regarding 24-hour format and NavigationHeader

1 Answer 142 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Kristian
Top achievements
Rank 1
Kristian asked on 22 Jun 2011, 10:02 AM
Hi,

1. In an earlier forum thread, you stated that 24-hour format functionality was coming soon. Is this functionality implemented atm? If so, how do I change my ScheduleView to use the 24-hour format?

2. In the application I am developing at the moment, I really want to be able to place the buttons (ex. the forward and backward buttons) in the NavigationHeader at some other place on the outside of the ScheduleView. Is this possible in the current version of ScheduleView?

As an elaboration of question 2, I basically want to only use the schedule-part of the ScheduleView in my application. The navigation buttons in addition to the appointment creation-, editing-, and deletion-functionality should be handled in my own code.

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 24 Jun 2011, 11:00 AM
Hi Kristian,

I will answer your questions point by point:

1. Yes, RadScheduleView supports 24h format. You can use the TimerulerMajorTickStringFormat and
TimerulerMinorTickStringFormat properties to set it. You can check out this online demo in which you can see how they are used.
2. To remove the header of the ScheduleView you can use the NavigationHeaderVisibility, which will collapse the whole header. As for changing the dates you can use the RadScheduleViewCommands class, and more specifically the Increase/DecreaseVisibleDateLarge/Small commands to switch between the days.

Hope this information helps.

Kind regards,
Konstantina
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
Tags
ScheduleView
Asked by
Kristian
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or