I am using the trial version of DayPilot Pro V4.1 and I have set the business hours to 5 AM to 11 PM. If I create an event scheduled from 9:00 PM to 10:00 PM and try to look up in a 1 day view, the e...
I thought i would post my question and then DayPilot's very speedy respons and (shame) my mistake. I was putting the name of my database field into DataTagFields but not getting any results. I was un...
I have buttons to zoom in and out of the DayPilotScheduler control on my page. I am trying to increase or decrease the CellWidth through a callback (handled by ComponentArt's callback control). The z...
Hi, I am having issues with Safari. I am using v3.9.1134, and I can't select any freetime in DayPilotCalendar. Works fine in IE6/7 and FireFox 2, but not in Safari, although v3.9 is supposed to suppo...
Hello, I triedthe schedulerin a web app and it works fine, but I need to include it in a Sharepoint 2007 aspx page. Is that possible? Thanks in advance
hi there Day Piloter's what i was hoping is that inorder to create a new appointment based on the selected column of Daypilot Component, we have the start, End, Date and the user is prompted to give ...
hi there Day Piloter's what i was hoping is that inorder to create a new appointment based on the selected column of Daypilot Component, we have the start, End, Date and the user is prompted to give ...
Hello. I've got4 missing points where I'm searching a solution Scroll & Date I don't know why but on the page load (if not post back), I set the start date at FirstDayOfWeek, and after, the scrollPos...
Hi. I want to be sure ; if i'm the only one developper, and want to include DayPilot on a website, that will be used by few customers, then I have to buy just a "one developer licence", correct ? And...
I'm using your excellent DayPilot Scheduler and will buy it very soon. But before that, I want to improve some points. I'm using a lot of callback event to have a fast solution. I'm using an html tab...
Hy! I use DayPilotPro-4.1.1252 version. I use the DayPilotScheduler in Resource view. Can I use days not an hours in X axis? How to show 1 week with days? How to set in ASP.NET? thx Marcell
Hi. First of all, DayPilot Scheduler is a GREAT control, and we really will buy it soon. But before this, some tests are needed. And I thing I've found a strange bug. If I zoom "+" too much, and see ...
Hi, I tested you you feature Drag&Drop from external resource. With your demos it works fine. I also tested it with an asp.net label in a ul and it works too. After that I wanted to get dynamic exter...
In version 4.x when I right click anywhere in calendar the cell is selected and context menu appears. Now in version 4.1 this does not work and shows the following error: "'previousSibling' is null o...
1) Resource tooltip bug? When adding resources in a scheduler I want to add a hyperlink to the Name property. This works by setting the resource.Name to "<a href="link">name</a>". But this value is a...
Answered: You can assign an event-specific context menu in BeforeEventRender event (e.ContextMenuClientName; should be equal to DayPilotMenu.ClientObjectName). The method of dynamic menu creation from my previ...
Hi, Sorry about the cross posting in the bug forum, but I just saw this topic and thought it more appropriate. I can't seem to get the scheduler bound to data. I would like to use resources down the ...
Hi, I can't seem to get the scheduler bound to data. I would like to use resources down the left side rows and show times across the top for a day (or two). I put a few records into the sample databa...
The resources list seems to only allow you to have one column. Is it possible to have more than one column? eg. Room Number, Room Description, Room Seating etc?
Answered: Since you are using a CallBack, you need to call DayPilotCalendar1.Update() after changing your data source (this is not necessary when using PostBack). By calling DayPilotCalendar1.Update() you tell...
I'm fooling around with the DemoSQL provided with 4.1.1252. I want to highlight dates with events in the Calendar control contained in UpdatePanelNavigation, and got it working. My problem is however...
Hi, I'm getting this error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ViewTypeResources' When i try to load appointments into a resources table. I can get rid ...
Hi, I get a error when i use daypilot in an iframe with the new version. It works Good but when you select a timerange it gives an error. The rest works perfectly. Only in IE. Firefox doesnt give a e...
I am trying to add the new ExternalDragandDrop function to the Default.asp and the default.asp.cs. I can get External Events placed on the calendar but if I attempt to resize that event it disappears...