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
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.
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
I am glad you were able to rework your CSS and achieve the desired appearance.
Regards,
Ivan Danchev
Telerik