Questions Tagged bug
Upgrade Daypilot 5.4 to 6.2 SP5 - EventMoveHandling - eventMovePostBack not working
We have an issue as detailed below. We were using the Daypilot 5.4 and for the Calndar control event move property we were using the code as below to set the event move attributes. EventMoveHandling=...
Weekview alignment problem on server deploy
Hi, Please see this image : picasaweb.google.com/christurneronline/DevelopmentPictures#5553519932456934194 on my local vista development machine the control renders correctly , on the live deploy ser...
JScript runtime error
6.2 SP 4: I use a scheduler and allways when I try to change the resources or start and end by postback, I'm getting this error: Microsoft JScript runtime error: 'this.nav.scroll.style' is null or no...
TimeRangeSelectedHandling="JavaScript"
I've got a DayPilotMonth object with TimeRangeSelectedHandling="JavaScript", but when I click on an empty month cell, no javascript runs, even when TimeRangeSelectedJavaScript is set to a simple aler...
Resolving paths in TreeImageCollapse
Hi, Not sure if this is a technically bug or afeature request, but the TreeImageCollapse property in DayPilotScheduler doesn't resolve normal ASP.NET paths. For example: <DayPilot:DayPilotScheduler I...
Events with HTML
Hello, when I try to move events with html-source like this: e.InnerHTML = String.Format("<span style='color:green'>{0}</span>", e.Text); sometime the event is getting a wrong resource. Only sometime...
When selecting a date range in week calendar, firefox returns weird date
When I am selecting a date range in safari, it formats the date like... December 6, 2010 12:45:00 PM EST In Firefox 3.6.12 it returns it like... Mon Dec 6 12:45:00 2010 My SQL server is rejecting fir...
Calendar Export
Hi Dan, When I try to export an image of the calendar I get the error 'Object reference not set to an instance of an object.' This also happens on the demo page as well. I am using 6.2 sp2 Thanks
Script error in build 2154 : this.nav.message is undefined
With build 2154, when I try to update a calendar using calendar.commandCallBack("navigate", {start: start}), I get a script error: Firefox: this.nav.message is undefined IE8: 'this.nav.message.style'...
Invalid argument. (JavaScript)
Since 6.2 I get for every JavaScript-Call an InvalidArgument exception and then the exception points on this: $13.style.width=$11+"px" It doesn't matter if i want to filter, to delete an event, to se...
Recurrent Appointment not rendering into 2011
Answered: There seems to be a bug in the code that expands the rule into the individual occurrences. I will need to fix the algorithm.
Dynamic Context Menu - No longer works after upgrade
Hi, In all versions of Daypilot prior to 6.1 I created context menus from a dynamic dataset. I recently upgraded to 6.1 and the menus no longer work. When I right click on an event,the context menu n...
Moving and Resizing in IE 8 issue
Hi, i'm evaluating the Calendar (dll version 6.1.2116.1) and it is giving me a strange issue in Internet Explorer 8 (8.0.6001.18702) (not in Chrome nor Firefox). I use Resources CellDuration="15" Cel...
Update Resource Columns during CallBack in DayPilotScheduler
Answered: It seems to work fine. I've modified the Demo/Scheduler/RowHeaderColumns.aspx.cs example as follows:
protected void DayPilotScheduler1_EventMove(object sender, DayPilot.Web.Ui.Events.EventMoveE...
Blue lines grid on top : error
I am populating about 100 slots each of 10/15 minutes in a week. There are strange blue lines appearing on top and at the end of every slot. When I try to edit any of the slot by clicking on it, blue...
Event Secound Time Click Bug
In Daypilot Calendar If U Create One Event spposs Time 9 - 10 . and Event pop up Open . Now Cancel Pop and Secound Time Click On Same Time it Is Not Working...
Export the Calendar to a Bitmap either with API or a special printing page
Hello! Every example when it comes to export the Calendar to an image is trigged with a button click event from a page where the Calendar is allready rendered. I have tried to export the grid on Page...
Scheduler EventClickHandling="ContextMenu" broken
DayPilot 6.1.2116.1 / Windows 7 x64 EventClickHandling="ContextMenu" works on the Calendar control, but not on the Scheduler control. In Firefox 3.6.11, I get "this.data is undefined"; In IE8, I get:...
Problem with Start Date field - ASP.NET
I have a strange problem when using DayPilotLite.... When I select a date range it brings up the model pop up fine. But when I try and insert it the Start Date field is cauing problems.... It shows d...
Printing Calendar and Clear Type
Something wrong with Event text when Clear Type on server is ON, it isnt clear and easy to read. Column/row headers are Ok. Also, font color is stil taken from header - bug not fixed.
Firefox 3.6.10 for Mac Context Menu Issue
We have discovered a bit of a problem with the context menu on Firefox 3.6.10 for the Mac. This can be reproduced on the Live Demo on this site. If you right click on a calendar cell, the context men...
MenuItem wehere Command=Delete and Action=JavaScript fails
My code: <DayPilot:MenuItem Text="Delete" Action="JavaScript" Command='Delete' JavaScript="if (confirm('Delete ' + e.text() + ' ?')) dps1.eventMenuClickCallBack(e, command);"></DayPilot:MenuItem> Js:...
Cells with class previous and next are shifted by 1
Having a problem with DayPilotMonth 6.1.2116. While using classes, days that belong to the next and previous month are shifted by one. For example: -Viewing September -September 1st has class previou...
I got Exception lke: Instance of JsonData doesn't hold a double
When iresize event in the demo applicationof the daypilot pro,Its giving exception like "Instance of JsonData doesn't hold a double".please give me reply as soon as possible thanks, Ganapati Panapana.
Changing HeaderDateFormat misaligns columns in week view
Answered: Could you please try it with the new 6.1 release? This issue should be fixed there.
Grid lines out of sync with resources
Hi. Steps to reproduce: 1) Open a schedule view using IE8 (http://www.daypilot.org/demo/Scheduler/) 2) In the bottom right hand corner of the browser, change the zoom level to something other than 10...
"Printing Calendar" is not printable
Hi, I'm using your product to print a calendar through the code provided on your website. I can export a calendar to an image, but if you do a print (or print preview) the image is not printed/visibl...
Bubble not shown on Calendar when both Calendar and Scheduler on one page
hello, whenever iput both calendar and scheduler on one page there is no bubble shown on the calendar control, but it is shown on the scheduler control. when i remove the scheduler control from marku...
Scheduler ShowNonBusiness - backColor is null
Using DayPilot 6.0 SP1 When using schedule view and selecting false for ShowNonBusiness get error backColor is null or not an object. Help please!!!
Unsupported escape sequence
Answered: This is now fixed in both the ASP.NET (build 2250) and the MVC (build 5283) editions.