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

Start date monthview

5 Answers 183 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
henric
Top achievements
Rank 1
henric asked on 22 Sep 2016, 04:01 PM

Hi

1.How Determine the StartDate for the First month (Example: 2016/05/01)

2.How Set the Navigator Month Start (Step First month. Example: 2016/05/01 - 2016/05/30)

3.How radScheduler According to the adjusted image?

 

5 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Sep 2016, 06:40 AM
Hello ,

Thank you for writing.  

You can get or set the month's start date by the SchedulerMonthView.StartDate property. This is also the date displayed in RadSchedulerNavigator next to the navigation buttons.

As to the last question, RadScheduler is not designed to display such a layout for the days in MonthView. Each row in MonthView represents a certain week. Hence, if the week is composed of days belonging to two different days, they will be displayed in the same row similar to Outlook.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0
henric
Top achievements
Rank 1
answered on 08 Oct 2016, 12:08 PM
Hello
Although I choose the first as the begining of the month(Example: 2016/05/01), because of the first day of the week dose not align on the first day of the week so then the result Scheduler MonthView is wrong
Please guide me
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 11 Oct 2016, 09:14 AM
Hello , 

Thank you for writing back. 

If the SchedulerMonthView.StartDate property is set to a date that is in the middle of the week, note that the first week displayed in the view will be this week containing the start date. However, the first displayed day will be the first day of the week (Sunday or Monday) according to the time format. This is how the MonthView is designed. If you need the view to start from a specific date, feel free to use TimelineView or DayView.

I hope this information helps. If you have any additional questions, please let me know.

Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0
CrazyWolf
Top achievements
Rank 1
answered on 16 Nov 2017, 08:24 AM

Hello

on Protected Sub RadScheduler2_NavigationCommand(sender As Object, e As SchedulerNavigationCommandEventArgs) Handles RadScheduler2.NavigationCommand

     If RadScheduler2.SelectedView = SchedulerNavigationCommand.SwitchToMultiDayView Then
            If IsPostBack Then

1.How to Determine Start Date of Monthview

 

------RadScheduler2.SchedulerMonthView.StartDate

it says :SchedulerMonthView is not a member of telerik.web.ui.RadScheduler

 

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 20 Nov 2017, 09:16 AM
Hello, Christian,

Thank you for writing.  

I would like to note that this forum is related to the Telerik UI for WinForms suite. However, your question seems to be related to the Telerik UI for ASP.NET AJAX suite. Feel free to post your inquiries in the relevant forum and thus the respective community will help you: https://www.telerik.com/forums

Thank you for your understanding

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler and Reminder
Asked by
henric
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
henric
Top achievements
Rank 1
CrazyWolf
Top achievements
Rank 1
Share this question
or