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

Upgraded Scheduler - Day # not showing in MonthView

5 Answers 26 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 16 Mar 2016, 09:03 PM

I'm new to Telerik controls.  I've inherited an ASP.NET project and downloaded the latest controls last week, and went through the upgrade wizard in Visual Studio 2015 (the previous developer had used a 2013 version).

Just about everything works on my development computer as it works on our production site, but one thing that got broken is that in the Month View I no longer see the Day # in the left corner of each box (i.e. today is March 16, so I would expect to see "16" as link to that day).

Here's the MonthView tag on the .aspx page:

<MonthView AdaptiveRowHeight="false" VisibleAppointmentsPerDay="100" ShowDateHeaders="true" DayHeaderDateFormat="dd" />

Besides the ShowDateHeaders setting, where else might I have to look for rendering the day number?

 

5 Answers, 1 is accepted

Sort by
0
Joe
Top achievements
Rank 1
answered on 16 Mar 2016, 09:07 PM
I should have mentioned, I've tried this both in Chrome and IE and get same results of the Day # not being visible.
0
Joe
Top achievements
Rank 1
answered on 17 Mar 2016, 10:28 PM

Answering my own question.  The CssClass was set to RadScheduler_Windows7, and previous developer apparently had a customized version of Scheduler.Windows7.css in the project.  When I replace that file with the one in the current Telerik Skins folder, I now see the day numbers (but there some distortions in sizing).

I guess the new version of the Scheduler control isn't compatible with that older skin.

0
Ivan Danchev
Telerik team
answered on 21 Mar 2016, 12:39 PM
Hello Joe,

It looks like custom CSS is the reason behind the behavior you are observing. When making changes to the appearance of the controls we are trying not to include breaking ones and if such are introduced we are announcing them in advance. Depending on how heavily the skin is modified by custom styles, your CSS might require readjusting according to the newer version of the skin.
 
Regards,
Ivan Danchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Joe
Top achievements
Rank 1
answered on 21 Mar 2016, 12:54 PM
Confirmed, it was the customized CSS that caused the problem.  I was eventually able to find the class that caused it (.rsMonthView .rsWrap) and added a more specific definition (.rsMonthView .rsWrap .rsDateHeader) to override the former.
0
Ivan Danchev
Telerik team
answered on 22 Mar 2016, 03:40 PM
Hello Joe,

I am glad you were able to rework your CSS and achieve the desired appearance.

Regards,
Ivan Danchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler
Asked by
Joe
Top achievements
Rank 1
Answers by
Joe
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or