We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Position on the screen

Hello,

Right now, every time I load my schedule, it always shows the very top starting hour which is 12:00 AM. I want to be able to default to the earliest open slot so users don't have to scroll down. Is this possible?

I a using VS 2008 ASP.Net 3.5.

Thank you.

1 Reply

MW Melba Winshia Syncfusion Team February 23, 2010 10:56 AM UTC

Hi Rafael,

Thank you for your interest in Syncfusion Products.

You can use DayStartHour property of Schedule control to achieve this. If you set DayStartHour property as 9, then the Schedule will start display time from 9 instead of 12.00 AM.

[C#]

this.Scheduler1.DayStartHour = 9;

Please try this and let me know if this helps.

Thanks,
Melba


Loader.
Live Chat Icon For mobile
Up arrow icon