Questions Tagged bug
'DayPilot.Web.Ui.DayPilotNavigator' is not defined
Answered: It looks like you might be using the Lite (open-source) version of DayPilot (http://www.daypilot.org/daypilot-lite/) with a sample code created for DayPilot Pro. DayPilot Lite for ASP.NET WebForms do...
Error when loading the calendar with 'Allday' event.
Answered: Do you see the error on this page? http://www.daypilot.org/demo/Calendar/ In IE11 it seems to work fine. What's the IE version you are using?
Resources will not align with cells
Answered: Ok solved and me being thick, the default css added by MVC 4.0 asp.net set's margins for tr in a css file that was overiding this
Resource tree not expanding after update
Answered: It was definitely something with my style sheet. I will try to apply my styles one by one and see if I can get it to look the same without breaking the expand/collapse. Thank you for your help.
exportra a excel un daypilot
quisera saber si es posible exportar un daypilotcalendar a excel desde asp.net2010
Javascript error when loading All-day event
Answered: You should upgrade to the latest DLL. Version 6.5 is almost 3 years old and this bug has been fixed already.
TimeRange Selecting adds one hour
Answered: How do you read the e.start value? On the client side, e.start() returns a DayPilot.Date object. It holds the date in the internal .d property which shouldn't be read directly (it's stored as a GMT d...
Update event data
Some times after some changes of event the calendar won't show changes until refresh all page or reload all events. I'm using dp.events.update(evnt) function.
IE + Floating Month Headers in Scheduler
Thank you for the update to the Month Headers in Scheduler, this is something that I was hoping for for a long time. Unfortunately, our official browser at work is Internet Explorer, and the floating...
Getting error on $c.selectedCells.length
Hello, When I'm trying to create a new event using daypilot-modal-2.1. After I close modal dialog I use dp.clearSelection(); Then I switching to another view of Calendar and events won't load because...
Performance problem collapsing/expanding when running 200 resources in 25 groups
Answered: The first thing to try is to disable the Row Header Width Auto-Fit feature: http://doc.daypilot.org/scheduler/row-header-width-auto-fit/ More resource header optimizations are scheduled for the next ...
RTL is working buggy on mobile browser in weekMode
Hi When the calander is in week mode range select in RTL mode on mobile browser (firefox) is working like mirror, for example when you select a range from first column in the left, the control shows ...
Am getting error for the daypivot
Answered: Drag and drop event moving (and EventMove handler and related properties) are only available in the Pro edition. See also here: http://doc.daypilot.org/calendar/event-moving/
optical bug when i drag an event
hi! i have an event with "moveHDisabled". When i drag this event i can drag this event to the left cell. hope you know what i mean ;) can send you a screenshot...
Strange behavior of DayPilot.Locale datePattern
Answered: Please try version 7.7.759 from the sandbox: http://javascript.daypilot.org/sandbox/ "ddd" pattern string is not implemented in prior versions.
Day Pilot Event Bubble Bug When using Odbc datatables
hi i am using an sql table for my event data with additional data tags and populating an event Bubble on hover with Protected Sub EventBubble1_RenderEventBubble(ByVal sender As Object, ByVal e As Day...
All Day Event with Calendar Week View and WeekStart with Monday
Answered: This issue is fixed now in 7.7. SP2 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-7-sp2.html You can download the new version here: http://www.daypilot.org/try.html
Issues to preserve dataset on month view navigation changes
Answered: How do you implement the filter? The recommended way to is store the filter in .clientState and update the calendar using .commandCallBack().
$(document).ready(function() {
$("#dropdown").ch...
Scheduler: IE7 Script Error
Answered: Please note that IE 7 is not supported since the 7.7 release. Anyway, this issue is fixed now in build 7.7.3061. You can test and download it in the sandbox: http://www.daypilot.org/sandbox/Scheduler...
Calendar: "Unable to set property 'innerHTML' of undefined or null reference" in build 7.7.3054
Answered: Thanks for reporting the issue. It's fixed now in build 7.7.3058 (see the sandbox at http://www.daypilot.org/sandbox/). The fix will be included in the next release. The bug affected the CssOnly="fal...
Scheduler month header not always visible when DynamicLoading=true
Answered: This issue is fixed now in build 7.7.5657. You can test and download it in the sandbox: http://mvc.daypilot.org/sandbox/Scheduler/DynamicEventLoading Please let me know if there is any problem.
setting cellBackColor after init doesn't work
Answered: This issue is fixed now in build 7.7.698 (see the sandbox): http://javascript.daypilot.org/sandbox/
IE: Script error
Answered: This issue is now fixed in the latest sandbox build (7.7.3050): You can test it in the time headers demo which includes navigation buttons (previous/next): http://www.daypilot.org/sandbox/Scheduler/T...
Drag and Drop from table to Scheduler is working only for current date,Not working for selected date
Answered: This issue is fixed now in the latest sandbox build (7.7.5650): http://mvc.daypilot.org/sandbox/Scheduler/ExternalDragDrop The fix will be included in the next SP release.
Drag and Drop doesn't work when ShowNonBusiness = false
Version: DayPilotProMvcTrial-7.6.5625 Once I set below properties BusinessBeginsHour = 8, BusinessEndsHour = 17, ShowNonBusiness = false for scheduler (timeline view), drag and drop feature stops wor...
Daypilot Calendar - JS crashes on hover off header
Answered: This issue should be fixed by upgrading DayPilot.dll to the latest version. The updated Timetable Tutorial code now includes DayPilot version 7.6 that fixes the problem: http://code.daypilot.org/6510...
Daypilotmonth1.update() don't work.
Answered: Bind Month control again befor calling Daypilotmonth1.update()
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...
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...
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...