New to Telerik UI for WinForms? Download free 30-day trial

Exact Time Rendering

RadScheduler supports functionality to arrange appointments according to their start time and duration. The EnableExactTimeRendering property should get or set a value, indicating whether the appointment start and end time should be rendered exactly. By default its value is false.

Due to the great difference in the amount of time, which different time scales represent, appointments might become too small to render accurately in larger time scales.

Figure 1: Day View

WinForms RadScheduler Day View

Figure 2: Week View

WinForms RadScheduler Week View

Figure 3: Month View

WinForms RadScheduler Month View

Figure 4: Timeline View

WinForms RadScheduler Timeline View

Agenda view doesn't support exact time rendering since it uses RadGridView to display appointments.

See Also

In this article