Questions Tagged
ScrollPositionHour not working with DayPilotCalendar in AjaxControlToolkit.TabContainer
Answered: The problem is caused by DayPilotCalendar being placed inside a hidden div (style="display:none"). It's not possible to set .style.scrollTop for elements that are inside such a hidden div. Solution: ...
Combining multiple events into one cell
Hello, I am trying the DayPilot Lite version, may upgrade to Pro if it meets our needs and there is funding available to purchase (we are a public university with little money!) I am most interested ...
Install Help!! Could not load file or assembly 'DayPilot' or one of its dependencies.
Hello, I downloaded and unzipped DayPilot Lite. I then followed the instructions and added the component to the VS2005 toolbox. I attempted to build the pages to see the demo and I get the above erro...
how to create new events in daypilot lite .Please help me
I am trying to create a mousedown event in daypilot lite.How can i create new events in daypilot lite Please help me Thanks
please give me some codes to implement drag and drop in daypilot lite
I am tr trying to implement drag and drop functionality in daypilot lite .please give me some codes to get started
Vertical Scroll in IE7 Daypilot calendar
Answered: Hi Sheraz, I've explained this in an e-mail as well: The scrollbar width is different in IE and FF (there is 1px difference). That's why DayPilot sets the default width to 16 and then it calls a spec...
Display event text at the bottom of event box
Hi, is it possible to show the text at the bottom of an event box (at end time) instead of the top (at start time). Thanks
Combine CellHeaders
Hi, It is possible tocombineCellHeaders? For example like colspan does in a html tabletag. i want one CellHeader for 2 cells. Best regards
All day events
Answered: OK, it was meant to work the same way in the week view and in the month view. You are correct with the week view. I will fix it in the next release.
Server Side Event Handling in Daypilot Lite??
I can not seem to get server side event handling to work, I am using the Lite version. It will post back but not read the event Click code, I have tried adding the OnEventClick and nothing. ??
Event stacking and DayPilotMonth month names
Is there a way to cause events on the DayPilotCalendar control to stack vertically instead of horizontally or wrap when they have reached a certain number? Is there a way to change the css for the mo...
Javascript error Unexpected call to method or property access
I'm using DayPilot Ver 4.6 and developed a simple day view using schedular control, it works fine but randomly it returns "Unexpected call to method or property access" javascript error and after tha...
Settings for Month View
How can I setup a Month view as shown in the online Demo? I have used the days property = 31. But now the calendar shows columns for every day (31 days) and every hour just like a week view with 31 c...
DayPilotMonth is undefined
i am getting this Javascript error "DayPilotMonth is undefined" after getting the 4.6.1389 build from you guys to fix the next month bug yesterday (3/31). <script type='text/javascript'> function dpm...
Iframe or Div width with a planning control (with Firefox 3.0)
Hello, When I refresh my Iframe (same problem with Div) , I see planning control 'shrink' under Firefox 3.0 (beta 4) but with IE7 the width is always the same. After Iframe is refresh, planning width...
DayPilotMonth get visible start and end date
Is there any way to get the visible start and end date of the DayPilotMonth control?
Scroll on mouse over / click on more items indicator
Hi, would it be possible to add some form of auto-scrolling when the red more items indicator is moused over or clicked? Noticed a user today expected this behaviour on first seeing the indicator on ...
How to advance the calendar to the time the last event was added.
Hi, I am using the calendar in the day view and as the user add events to the calendar, I would like it to scroll (advance) to the time the last event was added (instead of showing 'Scroll down' or '...
Month view mode +/- a month
Hi When I click next month in my app the next month to be displayed is May. However in my "DayPilotMonth_refresh" function e.startdate is 01/04/08 as expected. This seems to happen on your live site ...
Bubble positioning within a center aligned container
Hi, I have managed to setup the calendar and everything is working well apart from the positioning of the bubble events. They are fine if my container div is left aligned, but if I give it margin:0px...
FreeTimeClick and EventClick not executing
Hello, I am trying out DayPilot Lite Version (2.3) In my aspx. <DayPilot:DayPilotCalendar ID="testCalendar" runat="server" DataStartField="Start" DataEndField="End" DataTextField="Text" DataValueFiel...
Is there a problem with the GMT when moving a booking?
Is there a problem with the GMT when moving a booking? It seems that when we move a booking it is doing the time + 1 hour. Is anyone else having this problem? This is on a 2003 windows server with SP...
scheduler Header position is possibly affected by the horizontal scroll bar
Hi In the scheduler zooming control i do the following: 1. Click on January 2008. This brings up the 5 weeks in January. 2. Click on Week 3 (January 2008) . 3. Move the scroll bar to the right to see...
Disable clicking on control
Hello, When my page is loading (ajax....) I would like to disable clicking on DayPilot calendar control. How can I do that ? Thanks
Drag and Drop Between Windows
Hello, I would like to know if daypilot controls support the drag and drop between webpages and how can I do it? Thanks in advanced, Agustin
Scheduler min height + border styling
Answered: Fat lines between the resources ...did you implemented it yet?! I want to have a black border around "few" resources. thanks, daniel
How to hide Demo
Hello, I have downloaded DayPilotLite-2.3.206 but when i used it It seem that it is populating "Demo" on left corner of calendar Ho to remove that tag Thanks Anand
multiple lines in the resource header of a scheduler
I want to have 2 lines in the resource header of the scheduler. I tried putting a <br> to go to the next line. But the Div of the header sets the cell height the same as the line height. So the <br> ...