Thanks, the following works nicely now.
<div style="width : 1000px; height : 200px; overflow : auto; position:relative; ">
<table>
<tr>
<td>
<dpd:DayPilotDemo ID="DayPilotDemo1" runat="server" />
</td>
<td>
<dpd:DayPilotDemo ID="DayPilotDemo2" runat="server" />
</td>
</tr>
</table>
</div>
This has however led me to another problem,I need to setthe height of DayPilotCalendar to it's maximum length so that my two parallel calendars scroll together via my scrolling div, rather than using the scrollbar on the calendar. I have tried entering height="1000", but the value doesn't seem to be reflected in the calendar height.
Any help is greatly appreciated.
Thanks,
Ben