Questions Tagged
Align cells with offset
Hello, I am developing a booking system where it is useful to see when during the day the booking begins. Most bookings are for the night, so if the booking looks to be during one day it is misleadin...
Daypilotmonth1.update() don't work.
Answered: Bind Month control again befor calling Daypilotmonth1.update()
Scheduler: differrent views
it is possible to set different views for scheduler using, for example, the calendars to select daily, weekly or monthly as is the case in simple calendar?
Unable to change cell colour for Calendar
Hi, I am exploring DayPilot using DayPilotProTrial 7.6.3006. I created a OnBeforeCellRender event to change the background colour but it did not change. My aspx page contains: <DayPilot:DayPilotCalen...
Multiple DayPilotCalendar on single ASP form
Hi All, I have created a user control for Daypilotcalendar, now in .aspx page i have added single DayPilotnavigator. Now from database i read multiple users and create calendar from user control in s...
mvc 5
Answered: Yes, this happens if you use DayPilot binaries compiled with ASP.NET MVC 4 in a project that uses ASP.NET MVC 5. Releases 7.7 SP1 and later include binaries compiled with ASP.NET MVC 5. http://mvc.da...
event for multiple days not correct on scheduler
I am trying to get an event on scheduler to span multiple days. The start and end date are 3 days apart but scheduler only shows the event on the first day (my scheduler groups by day & hour) but wit...
Calendar: CssClass for the event. how to in lite version?
Hello, I see in the last Lite 4.0.261 release for the Calendar version I can use CSS themes but I can't find how to customize the background color for single events on the calendar. I should use in B...
Month header for Scheduler
Hi, According to this overview, it should be possible to have week, month or year headers in the lite edition of the Schedular: http://www.daypilot.org/compare-versions.html But how? Thank you for ta...
DayPilot Scheduler TimeHeaders
I would like to customize the timeheaders in Scheduler in to groups I would like to show start of the present week with Monday and have 3 slots with 3 shift timings(in a day) and the second heading. ...
Resolve resource id to resource name on rangeselected
Answered: Nvm... Answer is here: http://forums.daypilot.org/Topic.aspx/921/scheduler_resource_name_and_id That is - find the resource via dps.resources.
Cannot read property 'end' of null
I have a booking system that uses daypilot scheduler. One of the bookings is really really long, and starts before the startdate of the calendar. When trying to resize that event we get an error: Can...
calendar disappear when edit cell's innerHTML
I meet this bug when edit demo page Calendar/ResourcesDaysView.aspx when I edit e.innerHTML in DayPilotCalendar1_BeforeCellRender function(like this: e.Html = "<div class='charge-price-slot'>ss</div>...
Events not aligning with day columns in Daypilot LIte
Answered: This issue is fixed now in release 4.1: http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-4-1.html
Display Calendar Verical
Hi, Is it possible to have the display of the calendar reversered? I want to be able to switch from default view which is the dates at the top and resources on the left. But I would also like to be r...
How do I change "resource-hover-color" ?
Answered: You can use crosshairColor and crosshairOpacity properties. The defaults:
.crosshairColor = 'Gray';
.crosshairOpacity = 20;
Scheduler Days View Overlapping events over day
Answered: The event order is resolved for each row separately. However, you can override the default order using custom event sorting: http://doc.daypilot.org/scheduler/event-sorting/
JSON error while dragging and droping an event
Answered: This is an old version that is no longer supported. Can you please give it a try with the latest release? http://www.daypilot.org/try.html Let me know if the problem persists.
MVC 5 support
Answered: The 7.7 SP1 release includes binaries for ASP.NET MVC 5 as well: http://mvc.daypilot.org/daypilot-pro-for-asp-net-mvc-7-7-sp1/
Event Creation in dayPilot Pro
Hello Everybody, I am trying to create events in DayPilot Pro Demo but I am not able to create that as I can in "DayPilotLite". In DayPilotLite we can go to a new page when we click on TimeCell We ar...
DayPilot with IE 11
Answered: It's a problem of .NET not detecting IE 11 properly. There is a hotfix available (this one is for .NET Framework 4.0): http://support.microsoft.com/kb/2836939/en-us You can also add your own browser ...
first day of week
Answered: Please see here: Calendar http://doc.daypilot.org/calendar/first-day-of-week/ Month http://doc.daypilot.org/month/first-day-of-week/ Scheduler http://doc.daypilot.org/scheduler/first-day-of-week/
calendar top right corner disappear
when I use calendar, when set heightspec to anyone needs scrollbar, the align is wrong because the calendar does not generate the top right corner. this problem only happens in my own project, when I...
Mutliple Selection Count Bug
We downloaded the trial version in order to check if the product suits us. We encountered a bug/error and we are trying to solve it but it did not work. We are trying to select multiple event in orde...
Calendar - Recurring events: Conflicts are not always detected for Modified Exceptions
Hi, (DayPilotPro-7.6.3006.0) It seems to me that if I change the StartTime for a recurring event instance (i.e. creating a modified exception), the conflict detector still uses the old StartTime (fro...
Copy and paste issues in scheduler
Hi, I have now solved the problem I had when copying and pasting events. I still have a few issues though that I would appreciate some help on. I right click on an event and copy (this bit works). Wh...
Event bg color does not change after being selected in scheduler
Answered: Nevermind I found my own answer on this board with a bit more searching. For those curious here is the post that helped me. Thanks. http://forums.daypilot.org/Topic.aspx/1907/month-changing-event-bac...
Object expected when pasting an event in Scheduler
Answered: It looks like you might be missing the DayPilot object reference when calling commandCallBack:
v.items = [{'text':'Paste', 'onclick':function() { var e = this.source; var command = this.item.comman...
ASP.net and MySql Support
I am trying to decide on a Scheduler Control addon for our website but our current Backend Database is MySQL. I have searched the forums and googled ever combination of DayPilot and MySQL but cannot ...
DayPilotMonth TimeRangeSelectedJavaScript: e is not defined
There seems to be a bug in DayPilotMonth TimeRangeSelectedJavaScript as if I try to use "e" in the javascript (e.g. console.log(e)) browser throws Uncaught ReferenceError: e is not defined. Any other...