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

Navigation Buttons not working

2 Answers 100 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Samara
Top achievements
Rank 1
Samara asked on 01 Jun 2017, 01:38 PM

Hi,
I have a 1 column 3 row view for my RadCalendar. The problem is that I can's navigate to the previous months or following months using the "<<" "<" ">" ">>" buttons and I'm not sure why. I don't know if there's something specific I have to enable or what. In my Default.aspx file I have the following code:

<telerik:RadCalendar ID="RadCalendar1" runat="server" EnableNavigation="true" MultiViewRows="3" EnableMultiSelect="False"
                    CssClass="RadCalendarMultiView RadCalendarMultiView_Default" EnableWeekends="True" FastNavigationNextText="&amp;lt;&amp;lt;" SelectedDate="">
                    <SpecialDays>
                        <telerik:RadCalendarDay Date="" Repeatable="Today">
                            <ItemStyle CssClass="rcToday" />
                        </telerik:RadCalendarDay>
                    </SpecialDays>
                    <WeekendDayStyle CssClass="rcWeekend"></WeekendDayStyle>
                    <CalendarTableStyle CssClass="rcMainTable"></CalendarTableStyle>
                    <OtherMonthDayStyle CssClass="rcOtherMonth"></OtherMonthDayStyle>
                    <OutOfRangeDayStyle CssClass="rcOutOfRange"></OutOfRangeDayStyle>
                    <DisabledDayStyle CssClass="rcDisabled"></DisabledDayStyle>
                    <SelectedDayStyle CssClass="rcSelected"></SelectedDayStyle>
                    <DayOverStyle CssClass="rcHover"></DayOverStyle>

                    <ViewSelectorStyle CssClass="rcViewSel"></ViewSelectorStyle>
                </telerik:RadCalendar>

Most of the CssClass codes loaded automatically after doing edits on the design page. 
If anyone has any idea what I'm missing, please let me know.

Thanks, 
Samara

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 06 Jun 2017, 06:18 AM
Hello Samara,

You need to set AutoPostBack of RadCalendar to true in order to use Multi-Month mode, as stated in the following live sample:
https://demos.telerik.com/aspnet-ajax/calendar/functionality/multimonthview/defaultcs.aspx

That should resolve the issue.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Samara
Top achievements
Rank 1
answered on 07 Jun 2017, 05:46 PM
That did it. Thanks Eyup!
Tags
Calendar
Asked by
Samara
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Samara
Top achievements
Rank 1
Share this question
or