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

Datepicker and monthview

1 Answer 72 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Kevin Kutlesa
Top achievements
Rank 1
Kevin Kutlesa asked on 10 Jun 2011, 03:01 PM
Hello good Telerik people, how's everyone doing?

I'm considering using the Scheduleview for an upcoming project, but I've got a few questions regarding the Scheduleview functionality:

  1. Is it posible to disable(read only)/hide/remove the datepicker included in the control? I know it can be done in the ASP.NET scheduler.
  2. In the month view, if you click on the date cell header (example, you click on 9 April), the view changes to day view. Is it possible to disable this behaviour?

Any help is appreciated, thank you for your time
Thank you

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 13 Jun 2011, 04:06 PM
Hi Kevin,

I will answer your questions point by point:
1. You can use the NavigationHeaderVisibility property to remove the whole header. If not, you can edit the template of the ScheduleView and remove the Calendar from it. You can edit the template of the ScheduleView control very easy in Expression Blend. Just drop a ScheduleView control on the design surface right-click it and choose from the menu Edit Template -> Edit a Copy. Then Blend will generate all the needed resources. Find the Calendar in the header template and remove it.
2. You can achieve this by editing the template. In the template find the RadButton which represents the TimeSlot and remove it. Please find attached a sample project in which this is illustrated. Please mind for the "NOTE:" comments.

Hope this helps. Please let us know if you have further questions.

Greetings,
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
Kevin Kutlesa
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or