The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
VRVigneshkumar Ramasamy Syncfusion Team October 5, 2015 11:09 AM UTC
DIV style="MARGIN: 0px">
Hi Evgeny,
Thanks for using Syncfusion product.
Based on the given information, we predict that your requirement is to navigate to particular date. We can achieve this, by using the MoveToDate method in the schedule control. Refer to the following code example to use the MoveToDate method.
C#
schedule.MoveToDate(newDateTime(2015, 10, 8));
To set visible dates, use the ScheduleDateRange property in the schedule control. You can use the following code example to set the date range.