January
S M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Hi i am trying to make multi view calender but i am not getting the correct format.
in this month is not coming in correct.
Here is my code :
<telerik:RadCalendar ID="rd1" runat="server" Orientation="RenderInRows"
SingleViewRows="1" MultiViewRows="4" MultiViewColumns="3" FocusedDate="1/1/2012 12:00:00 AM"
SingleViewColumns="30" SingleViewHeight="50" Height="500px">
</telerik:RadCalendar>
Below is image.
Thanks