I have got a calendar working but when I set the date to an old date (server side) the calendar displays the current month.
I am showing three months in a row. The date assignment during the page onload is working properly.
Ideally the middle month should be the month of the date which I have set.
Is there somthing else which needs setting?
Also, how do I remove the week number column?
I am showing three months in a row. The date assignment during the page onload is working properly.
tclCalendar.SelectedDate = dteDate;
tclCalendar.DataBind();
Ideally the middle month should be the month of the date which I have set.
Is there somthing else which needs setting?
Also, how do I remove the week number column?
<telerik:RadCalendar ID="tclCalendar" runat="server" DayNameFormat="Short"
Skin="Web20" EnableMultiSelect="False" UseRowHeadersAsSelectors="True" UseColumnHeadersAsSelectors="True"
MultiViewColumns="3" AutoPostBack="True" EnableNavigationAnimation="True"
CultureInfo="English (United Kingdom)" ShowOtherMonthsDays="False" TitleStyle-ForeColor="White"
TitleStyle-CssClass="smallButton" WeekendDayStyle-BackColor="#F7F7F0" DayOverStyle-BorderColor="Black"
EnableViewSelector="True">