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

RadScheduler with external RadCalendar

Description

In rare cases when using RadScheduler with a small total height the inbuilt RadCalendar may be cut off by the bottom border of RadScheduler.

Solution

This is a limitation of the control and the only possible workaround is to use an external RadCalendar inside a RadWindow that will replace the inbuilt one.

Here is attached one possible way to achieve this:

In this article