This is a migrated thread and some comments may be shown as answers.

<<, <, >, >> buttons are not working in calender

2 Answers 25 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
pramodh
Top achievements
Rank 1
pramodh asked on 22 Oct 2010, 12:34 PM
   <telerik:RadDateTimePicker ID="StartDtPicker" runat="server" Skin="Windows7"
                                Calendar-EnableMonthYearFastNavigation="true">
                                    <Calendar MultiViewColumns="3" MultiViewRows="1" ShowOtherMonthsDays="false"
                                        ShowRowHeaders="false" CalendarTableStyle-BackColor="AliceBlue"
                                        DayStyle-Font-Bold="true" NavigationPrevText="" NavigationNextText="">
                                        <SpecialDays>
                                            <telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Bisque" />
                                        </SpecialDays>                 
                                    </Calendar>
  </telerik:RadDateTimePicker>

do i need to write event handlers to for these navigation button actions?

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Oct 2010, 04:49 PM
Hi Pramodh,

Please note that multi-view calendar logic works only when AutoPostBack="true". As a result, if a RadCalendar control is used as the popup control inside a RadDatePicker or RadDateTimePicker control, it can't use multi-view mode.

I hope this helps.

Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Arno
Top achievements
Rank 2
answered on 23 Oct 2010, 09:23 AM
I just ran into the same issue. The buttons seem to work when not in multiview mode and without autopostback. The solution provided by Pavlina works fine. Thanks!
Tags
Calendar
Asked by
pramodh
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Arno
Top achievements
Rank 2
Share this question
or