New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Horizontal Scrolling

You can use the horizontal scrolling feature of RadScheduler to maintain a constant column width without changing the overall size of the control.

To enable it, assign a value to the ColumnWidth property:


<telerik:RadScheduler RenderMode="Lightweight" ... ColumnWidth="200px" />

Horizontal scrolling

In this article