Scheduler and Layout not working together

Hi,

I am trying to attach a scheduler in a layout cell (example attached).

I have 2 problems:

  1. The scheduler doesn’t seem to autosize until I click on a button. (Can you please suggest a fix for this - probably me being a bit dumb :confused: )
  2. Once resized I have 2 scrollbars on the right one for the layout cell and one for the scheduler. I only want one set - is this achievable?

And now with the attachment actually attached :slight_smile:
example.rar (724 KB)

OK, doing some more reading I have fixed the first issue by using:

mylayout.cells("b").view("schedule1").attachScheduler(null,"week","scheduler_here");

as opposed to attachObject.

Also, added:

mylayout.setAutoSize("b","a;b");

This seems to fix all the views except the week view where I am still getting 2 lots of scrollbars.
02_recurring_events.rar (1.64 KB)

Can anyone help please?

Try to add on page

<style type="text/css" media="screen"> #scheduler_here{ overflow: hidden !important; } </style>

Normally it is not necessary, maybe caused by some hidden issue in layout integration - we will investigate it.