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

Behavior in Scheduler, Show More is missing and bottom item in month view

0 Answers 144 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 08 Feb 2012, 09:48 PM
I have 2 issues, both in month view of the Scheduler.

We have calendars with many, many events.  On too many days all of the calendar items were not showing.  So I added
<MonthView VisibleAppointmentsPerDay="99" AdaptiveRowHeight="true" />
This solved MOST of the issues. 

First, the last item in a day overlaps the week seperator row (with the day numbers) by about 50%.  See the attached image for an example.

Second, "Show More" is not displaying.  We really can't use AdaptiveRowHeight.  Some days have 20 events and the calendars are just too large.  So we really need to use VIsibleAppointmentsPerDay and MinimumRowHeight with Show More.

I though Show More wasn't appearing because of a CSS issue someplace.  But in looking at the rendered HTML, Show More isn't even being rendered.  I also can't find anything in the code that uses the LocalizationStrings class to set Show More to something else such as a blank string.

I've also attached our CSS (as a .jpg file) file for the rsElements

Does anyone have an idea how I can correct these issues?




No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
Dan
Top achievements
Rank 1
Share this question
or