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

RadCalendar Navigation Buttons

3 Answers 68 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Samara
Top achievements
Rank 1
Samara asked on 31 May 2017, 07:12 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" 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

3 Answers, 1 is accepted

Sort by
0
Samara
Top achievements
Rank 1
answered on 31 May 2017, 07:16 PM
Also I have tried adding EnableNavigation="true" EnableMonthYearFastNavigation="true" and that didn't work
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 01 Jun 2017, 09:40 AM
Hello Samara, 

Thank you for writing.  

I would like to note that this forum is related to the Telerik UI for WinForms suite. However, it seems that your question is regarding other product. Feel free to post your question in the appropriate forum: http://www.telerik.com/forums

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
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 01 Jun 2017, 01:35 PM

Hi Dess, 

Didn't realize I was in the wrong section of the forum, sorry about that.

Cheers,

Samara

Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Samara
Top achievements
Rank 1
Answers by
Samara
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or