Hello,
I want to configure the calendar, so I can show the days of the month on one single row, I tried the following settings:
These settings display the days for the month "6" in single row, but it only display 24 days not all days, how can I display all days of the month in one single row.
Thanks in advance.
Bary
I want to configure the calendar, so I can show the days of the month on one single row, I tried the following settings:
<telerik:RadCalendar ID="RadCalendar" runat="server" HideNavigationControls="true" ShowNavigationButtons="false" ShowRowHeaders="false" ShowColumnHeaders="false" ShowFastNavigationButtons="false" SingleViewColumns="31" SingleViewRows="1" FocusedDate="6/1/2014" Skin="MetroTouch" TitleAlign="Left"></telerik:RadCalendar>These settings display the days for the month "6" in single row, but it only display 24 days not all days, how can I display all days of the month in one single row.
Thanks in advance.
Bary