All Questions
Events scheduled from 9:00 PM onwards do not show up in a one day view
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...
Scheduler Client-side API reference
Hi, Where is the Scheduler client-side API reference? I checked on the documentation page and could not find a link. Thanks, Satyendra Sharma
Using the DataTagFields
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...
Scheduler - onHover event with custom tooltip
Answered: This is now implemented as DayPilotBubble control (first release in DayPilot Pro 4.2).
Set CellWidth with a callback
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...
Free time selection in Safari
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...
Daypilot + sharepoint 2007
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
say we have a drag and drop component which holds certain data integrated to Daypilot new appointment
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 ...
say we have a drag and drop component which holds certain data integrated to Daypilot new appointment
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 ...
Scroll Using Java and Day Separator
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...
DayPilot Price
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...
Drag&Drop External and call back
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...
resource view horizontal with days not hours?
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
Bug on Event Move JavaScript
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 ...
Drag&Drop with dynamic events
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...
4.1 context menu error: 'previousSibling' is null or not an object.
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...
Scheduler resource bug + width settings in percentage?
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...
Is it possible to ddd DayPilot:MenuItem items at runtime ?
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...
Localize Texts
Texts like "scroll up", "scroll down", "loading..." should be localizable. We need for example german texts.
Data Binding
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 ...
Data Binding
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...
is it possible to have more then one resource column?
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?
Displaying business hours in the Scheduler eg 9-5
Answered: Please see here: http://www.daypilot.org/scheduler-hiding-non-business-hours.html
Adding columns to DayPilot Scheduler
Answered: Please see here: http://www.daypilot.org/scheduler-row-header-columns.html
Context menu Javascript action
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...
UpdatePanelNavigation (DemoSQL 4.1)
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...
Loading Resources ViewTypeResources Error
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 ...
Javascript error when in Iframe 4.1
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...
Adding Move External Event to Default.asp
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...