Questions Tagged 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/
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.