or
<telerik:RadComboBox ID="cmboAssoc" runat="server" Skin="Default" width="175" EmptyMessage="Choose your association">
<ItemTemplate>
<telerik:RadTreeView ID="AssocTreeView" runat="server" Skin="Windows7" Height="138" Width="412" OnPreRender="asdfsdf">
<DataBindings>
<telerik:RadTreeNodeBinding Expanded="false" />
</DataBindings>
</telerik:RadTreeView>
</ItemTemplate>
</telerik:RadComboBox>

If there are more than 2 items on a day in month view, the other items go beyond the actual day boundary.
Can the scheduler work as Outlook calendar?