I have a RadScheduler set up, but when I switch to Month View (which is the default view), I cannot see all-day events. These events show up as a thin (maybe 2px wide) line, with the proper height. I cannot see any details unless I hover directly over the event. Is there any way to change this so that all-day events appear just like the other events in month view?
4 Answers, 1 is accepted
0
Hi Andrew,
Can you replicate the problem with the on-line demos? If not, please send live url or simple working demo via support ticket.
Best wishes,
Plamen
the Telerik team
Can you replicate the problem with the on-line demos? If not, please send live url or simple working demo via support ticket.
Best wishes,
Plamen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Andrew
Top achievements
Rank 1
answered on 31 May 2011, 03:29 PM
Plamen,
Sorry for my delayed response, but here is a live URL to the page with the problem.
https://public.bdo.battelle.org/DaytonDefense/Web/Public/EventCalendar.aspx
If you look on May 18, you can see a thin vertical green line, which is an all day event.
Thanks!
Sorry for my delayed response, but here is a live URL to the page with the problem.
https://public.bdo.battelle.org/DaytonDefense/Web/Public/EventCalendar.aspx
If you look on May 18, you can see a thin vertical green line, which is an all day event.
Thanks!
0
Accepted
Hi Andrew,
We expected the problem and it looks like some inline command overrides the usual style.Try to add this css lines:
If you have further questions please feel free to ask.
Regards,
Plamen Zdravkov
the Telerik team
We expected the problem and it looks like some inline command overrides the usual style.Try to add this css lines:
.rsMonthView .rsApt{
width
:
100%
!important
;
}
If you have further questions please feel free to ask.
Regards,
Plamen Zdravkov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Marc Fearby
Top achievements
Rank 1
answered on 10 Aug 2011, 04:38 AM
Thanks. I was having the same bug in a system I inherited. It had custom styles without this important one you provided.