Scheduler Control

Hi,

I wanted to display events on the scheduler control. Most of the events are appearing fine if they are between 8AM and 8pm. However, many of the events for us is happening early in the morning like 5:30 AM. Those is not displayed correctly.

Is this a limitation of the control or the behaviour can be altered anyway at all?
Thanks

Did you try setting StartTime?

 <RadzenDayView StartTime="@TimeSpan.FromHours(5)" />

By default day view and week view start at 8am.

This suggestion worked well. Thank you