Questions Tagged bug
TimeRangeDoubleClick
I have been working on creating a proof of concept. I am trying to open up a modal window when a user double clicks on an empty cell within the resource view of the event calendar. I found the follow...
Fast event move (multiple times) / slow server update
Answered: Hi Simon, The latest sandbox build (7.9.5695) now supports BlockOnCallBack property. If you set it to true the Scheduler will create a temporary semi-transparent div over its main area which will pre...
Deadly Memory Leak Problem
I have 5 resource and 48 events. I refresh my event every 5 seconds via websocket. When my page start , memory is 50 MB after 5 min. After half hour memory is 1 GB. 1-)How Am I gonna solve that memor...
SCRIPT87: Invalid argument. daypilot-all.min.js, line 24 character 14012
Answered: I fixed this by try catching, it's not elegant but works: for(var i=0;i<this.shadow.list.length;i++) { try { $N.removeChild(this.shadow.list[i]); } catch (err) { } }
Recurrence Exception Bug v7.7.5664.1
Hello, I've implemented recurrence in my scheduler, much the same as the tutorial (TutorialDayPilotRecurrence) found on this site. The only difference is I'm using MVC, but both implementations suffe...
Losing business hour settings on update
I have the following options OnInit() BusinessBeginsHour = 9; BusinessEndsHour = 18; ShowNonBusiness = false; However, when doing OnCommand callbacks to change the day, it starts showing all hours ag...
Why does calendar add event at wrong time when using BusinessHoursNoScroll
Something seems weird when switching between businesshoursnoscroll and businesshours. The time of the event is incorrect. Here is a fiddle: http://jsfiddle.net/Viktor/uf6x4hdn/1/ Side note: It would ...
A problem when expanding a resource at the middle or bottom of DayPilot scheduler
Good Day for you all. I have a problem with the DayPilot Scheduler Control (Take for example this one http://www.daypilot.org/demo/Scheduler/Theme8.aspx when making 'Room A' at the bottom of the Reso...
Scheduler Header not Showing date when using DayPilotScheduler_IncludeCell
Hi all, I am using DayPilot SCheduler v7.7.3045.1. I cant use the ShowNonBusiness option as I need to show the weekends therefore I am using DayPilotScheduler_IncludeCell to exclude non business hour...
DayPilot is giving exception
HI DayPilot is giving exception in OnBeforeResHeaderRender when try to do e.InnerHTML = "<a href='http://www.xyz.com' title='xyz'>XYZ</a> A potentially dangerous Request.Form value was detected from ...
Daypilot Calendar issue with Internet Explorer and Mozilla FireFox
Hello, I have created a schedule which is working fine, however, the schedule only displays properly in Chrome. Internet Explorer 9 and Mozilla FireFox 30.0 does not display properly. Is there a bug ...
onBeforeTimeHeaderRender is being run for every event when using gantt
Answered: The answer is related to you side question: "How do I add events in the fastest way ?" The fastest way is to use .events.list and .update():
dps.events.list = [{...}, {...}];
dps.update();
The ....
When switching between gantt and resources view the resource-column-width is not updated
Answered: The row header width auto-fit feature works like this: 1. It will extend the width beyond the initial width if needed. It starts from rowHeaderWidth - the new width is never smaller. 2. It stores the...
heightSpec="Auto" doesnt grow automatically
Answered: Version 7.8.932 fixes this problem: http://javascript.daypilot.org/sandbox/ See your example: http://jsfiddle.net/LsrvZ/1/
hided children opened automatically?!
Answered: The AutoRefresh event handler doesn't do anything by itself in the JavaScript version. If you are using the MVC version than make sure that you don't reload the Resources list on the server side duri...
Scheduler: clickable altough its disabled
Hi! When i click on a event which is "clickDisabled = true;", daypilot handle it like it is "dragged". The Event is "marked" and the mousecurser moved to the "cross". In that case you cant move the e...
'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/