Hi All,
<telerik:RadCalendar FirstDayOfWeek="Monday" ID="Calendar" runat="server" Skin="Default" TitleFormat="MMMM yyyy" Width="500px" Height="400px" ShowOtherMonthsDays="false" AutoPostBack="true" OnDayRender="Calendar_OnDayRender" TitleStyle-Height="10px" ShowRowHeaders="false" HeaderStyle-Height="10px">
</telerik:RadCalendar>
While increasing the height width of calendar, if I'll select multiple dates it'll post back page and then the cell effect with selected date will be spoiled.
How to deal with this problem?
Thanks in advance.
<telerik:RadCalendar FirstDayOfWeek="Monday" ID="Calendar" runat="server" Skin="Default" TitleFormat="MMMM yyyy" Width="500px" Height="400px" ShowOtherMonthsDays="false" AutoPostBack="true" OnDayRender="Calendar_OnDayRender" TitleStyle-Height="10px" ShowRowHeaders="false" HeaderStyle-Height="10px">
</telerik:RadCalendar>
While increasing the height width of calendar, if I'll select multiple dates it'll post back page and then the cell effect with selected date will be spoiled.
How to deal with this problem?
Thanks in advance.