Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by SGI on Jan 07, 2010 02:54
open dhtmlx forum
Scheduler : Month view doesn't appear right (using div)

Using scheduler with div, I have a problem with the month view (day, week and unit views are ok).
The last day of the week doesn't appear completely in the page, and days are not aligned with header days. So records don't appear in cell but between cells.
I use a div "header" and a div for the scheduler.
Why have I this problem and must I modify the plugin to put it right?
Answer posted by Alex (support) on Jan 11, 2010 06:07

Can the problem be recreated with the standard scheduler samples or it appears only in your application ?

Please provide some details that allow to recreate the issue

Answer posted by SGI on Jan 11, 2010 07:54

It provides from a css-conflict.

Now, if the page is too small to display the calendar and the under-menu, we don't have any scrollbar to see all the calendar. We have tried to add information in an other div under the calendar to force main-page scrollbar, but it doesn't appear.

Have you any solution for this problem or is it possible to define a scrollbar for the "calendar-div"?

Answer posted by Stanislav (support) on Jan 12, 2010 04:50
dhtmlxscheduler.css contains the next rule
.dhx_cal_container {
  overflow:hidden;

which blocks scroll on top level container ( because it not necessary in a common case ), changing it may enable scrolls on top-level container, but it is a not purposed use-case.