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...
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...
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 ...
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 '...
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 ...
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...
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? 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...
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...
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
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> ...
i want to move an event using drag and drop to a resource which is not currently visible on the scheduler. Is it possible to move the vertical scroll bar automatically as I drag the mouse downwards. ...
Setting the Daypilotmonth (other controls have no problems) in a div with a float set (left or right) renders a weird layout (a single line)... Guessing the layout inherits from the container and flo...
Not sure if this is a bug or just the way its supposed to work. Put the daypilot control in a conditional Ajax update panel Put another postback control (say a button) in a different conditional Ajax...
In Monthview I had a BeforeCellRender Event checking for if the cell date was today, to color the background different. But when i was trying to change the month with the refreshcallback weird dates ...
Is there a way to set the scheduler resource header width? I read in one of the old version you guys took out wrapping, so if the resource name is too long, it just doesn't show the end.
My datasource contains events that I may want to filter-out under certain conditions. Is is possible to use the BeforeEventRender() to effectively 'cancel' the event?i.e. .... e.Cancel = true; ...I k...
My company is thinking of buying the pro version of daypilot (site license) but before my boss will allow the sale, this problem for us must be resolved. We have been evaluating the demo version for ...
The BeforeEventRenderEventArgs for the DayPilotMonth doesn't include a <b>ContextMenuClientName</b>. Is there another way to have different context menus assigned to different events in the DayPilotM...
I can't get the context menu to appear for a DayPilotMonth control and I don't know why, are there any "traps" you can think of? I've set the ContextMenuID accordingly and set the EventRightClickHand...
Bubbles appear to have a fixed width. I wanted them to autosize to contents, so I placed a table in the InnerXml to help formatting and set the bg color of the table to 'tooltip yellow' using the 'st...
Hello, I've recently upgraded my web from asp.net 2.0 to .net 3.5 and ran into one thing with the refreshCallBack function. I've been testing the exact same code in .net 2.0 and .net 3.5 projects now...
Hi I am very disappointed that this feature has been pushed back 2 months at the 11th hour from 4.6. Any help would be appreciated as this is a key requirement for me. Regards Andrew
Hi dan, I'm trying to make a pop up to add event into db. I manage to create a pop up from selecting free time. My question is, how can i get the time and date from the selected free time. And 1 more...