Active Questions
Browser hangs when paging to previous year
Answered: This is a bug of version 8.0.1622 (8.0 SP1). It's fixed now in the latest release (8.0.1658): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-0-sp2/
datapilot.mdb issue
I cannot open the database with access. it says "unrecognized database format" could i get a list of tables and fields so i can recreate the database with MS SQL? I am using the Tutorial scheduler vs...
Multi Resizing
Hi. We are currently evaluating Daypilot Scheduler. Very satisfied with the multiselect and multimove features. But we are missing the option to select multiple events and then resize all selected si...
How to have fixed hour in day view?
Am trying to fix the hour in daypilot? I have used dp.daystartshour=8 ,it is displaying from 8.am itself,now i have problem that i need to display the whole day hours though it starts from 8am(i.e., ...
DayPilotNavigator
Is the DayPilotNavigator supported or work with the DayPilot Lite? If so do I need to add another reference to use that control? Thanks for any insights.
DayPilot Pro for JavaScript (OEM Team) - 5 Developers license
Hi Dan, We would like to know some more information about the "DayPilot Pro for JavaScript (OEM Team) - 5 Developers - 1 application" license. The OEM-5 developers means 1. Is it licensed to fixed 5 ...
I have to set the cell height dynamically.Please help
I have to set the cell height dynamically in daypilot calendar.
Scheduler with no events renders with just the headers.
Is there anyway to get the scheduler to show an empty event area covering the height specified. Thanks..
Using Server side data binding with multiple resources
When there is more than a few hundred rows displayed, the vertical scroll is sluggish and the resource area will go white and then re-render after a second or two. Is there anything I can do to handl...
Assigning data to child resource
Using the Scheduler and cannot figure out how to assign an event directly to a child in a resource. Example: Parent (type of marketing) = Email Marketing Children (list of vendors) = Constant Contact...
Sub menu is floating
The main menu is absolute (when you right click the schedule), and the sub menu is appearing where ever the cursor is making it very difficult to use. Could this be fixed ASAP please by putting it in...
How can I get the original resource on the onEventMoved callback?
I have a job on the scheduler and multiple people may be assigned to the same job, I want to be able to find the original resource the job was assigned to when it is moved so I can replace the old re...
"Concurrent Event Groups" and "autoRefresh"
Answered: At this moment the group state is not persisted. This means it will reset to the original state on update(). You can customize the groups using onBeforeGroupRender:
dp.onBeforeGroupRender = functio...
Childs open automatically when dragging over
Answered: You can turn it off using treeAutoExpand property:
dp.treeAutoExpand = false;
See also http://api.daypilot.org/daypilot-scheduler-treeautoexpand/
How to undo the action DayPilot.Scheduler on event moved on the last event i saved without reloading the page?
Answered: try this code.. i hope i will helps you.. i did not use args.preventDefault(); but i use the code calling on events.php to load the updated data dp.message("MoveCancelled"); DayPilot.request("backend...
Disable menu item for some events
Hi , Any way to disable (or make invisible) a certain menu item (not the whole menu) for some events ?
Cell height stacked overlapping events plus one
How can I set the cell height to be the size of the stacked overlapping events plus one
How to customize color code for events in Scheduler
Hi Team, Currently we are evaluating DayPilot Scheduler for one of our projects. We have a requirement where color code of events in scheduler needs to be customized based on certain conditions. Is t...
BusinessBeginsHour BusinessEndsHour not set when switching between day, week, and month view
I'm following this tutorial: http://code.daypilot.org/33944/event-calendar-day-week-month-for-asp-net-mvc to create calendar in day, week or month view. I've set BusinessBeginsHour and BusinessEndsHo...
how to switch between monthView to dayView after clicking on monthview's date.
Hi, i have a requirement like, after clicking on the particular day in the monthView the view should be changed or reloaded to dayView with selected date in the monthview and with loading the records...