Active Questions
Footer row in Scheduler
Is there any way to add footer row in DayPilot Scheduler? as I would like to display the total noof Resources and total no of events.
Javascript Error this.table.offsetWidth is Null
We use DayPilotPro-6.0.2078. The error throws in Scheduler.src.js on line 2598. I change the code into the following:
this.setRightColWidth = function(div) {
if (this.getLayou...
reminder picture in event?
Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one? If not, will this feature b...
How do I get rid of the extra column on the left from the demo?
The demo on this site and the trial I downloaded show an extra column on the left of the navigator. It is a column that's outside of a normal week, all of the days of the week are already displayed w...
How do I only show Monday - Friday with the calender?
My calender is currently showing Sat thru Thursday with the number of days set to 5. I want days set to 5 but I want it to show Monday - Friday only. Is there a way to do this?
Can the day pilot navigator be displayed horizontally?
Is there a way to display the navigator horizontally? If so. how is this done? I looked at the properties in the code behind with intellisense but couldn't find a property that would do this.
Hiding NonBusinessHours in the DayPilotScheduler LITE ???
Answered: The Scheduler in the Lite version has two relevant properties: BusinessBeginsHour BusinessEndsHour They will allow you to define the business hour start and end but the actual effect is a different b...
Does the Day Pilot Pro trial have all of the features enabled?
Answered: Yes, it includes everything so you can test everything you want. You have a little [DEMO] tag on your components but it's perfect to test the water. Hope that helps you! Bbq
Calendar callback hangs if formsauth login has timed out
Hi, I'm hoping someone has experienced this and has a solution or work-around. We are using the daypilot calendar on a page and most of the handling is done via jQuery, JSON, and callbacks. The probl...
Custom Data Help
I am using DayPilot Calendar 5.9 I use this EventMoveJavaScript="dpc1.eventMoveCallBack(e, newStart, newEnd, oldColumn, newColumn, true)" In the 6th parameter, I put a boolean object. In the codebehi...
All day events not working in Calendar
Hi In v6.0.2076.0 our All Day Events don't seem to be working, if we rollback to our previous version (v5.8) they work again. If we make an event an all day event it disappears, it's not rendered at ...
Will there be API documentation available for Day Pilot Pro 6.0
I noticed the API documentation is a couple versions behind. Will it be released for version 6.0?
How do I add context menu to DayPilot Lite demo?
I got the Day Pilot Lite to work on my machine. I want the context menu that opens with a right click to work with the demo? Is it only available with the Pro version?
CSS Syling Options
Esteemed Foros, I have been to this link... http://www.daypilot.org/calendar-css-class-styling.html ...but the styling for external CSS seems very limited. Is there a more complete list of stylling a...
Event Time Range
We formatted our event info with time range (9:00 - 10:00). When I look at an event in the calendar I see two event time ranges. 1) is the time range we formatted for the DataTextField\Event info, an...
Event Text Obscured
Hi, Suppose I have an event which is 10 minutes long. I display event info which is 3-4 lines of text. The day and week calendars show only the top 1 1/2 lines of the text. The remaining lines of tex...
Databiding to Webservice
Control should be able to get Data from a defined Webservice. Componentart controls have that mode.
Open pop up while moving in DayPilot Schedular
i am trying to open popup for confirmation like it wil ask you eg. (i have 3 work order i am trying to move 2nd Work order while moving it will ask you do u you want move 2nd workorder or all the wor...
Operation aborted with IE
We have been using the DayPilot Calendar and we have seeing an "Operation Aborted" error in IE.We have been using the last version(5.8) of dll. Please advice.
Recurrent events in custom view
Hello. In your example for recurrent events you always create a copy of event even for delete action. How can I decide in my own event's view list (simple listbox) which event to show and which not? ...