Questions Tagged bug
Exception when calendar in viewtype day
Answered: Hi Robert, This was a bug. It's now fixed in the sandbox build (6.3.2231). The fix will be included in 6.3 SP1 release. Thanks for reporting the issue!
Setting the HeightSpect = Auto does not render Horizontal scroll bar for single resource display in IE8
Set Heightspec=Auto in the scheduler and for a single resource view, the Horizontal scroll bar at the bottom is missing in IE 8. Google Chrome render the scroll bar fine. If I add second resource or ...
ContextMenu Hover not working with JavaScript Action
Answered: aaaand I solved it by adding the following tag: <meta http-equiv="X-UA-Compatible" content="IE=8" /> The controls are a hit with the users in need of a calendar, and they're easy to work with. Thanks...
All-day event disappears on Export
I am exporting the Monthly Calendar and Calendar controls to a bmp file. All is fine except for all-day events. They disappear. Help!
Scheduler commandCallback("refresh") returns resource data as question marks ????
Hi, I have sql 2005 DB and I have employee data in Russian. On page load control loads the employee names(resources) properly, but when I create a new event and update the scheduler by commandCallbac...
Blue box in ContextMenu
When I'm testing on localhost, erverything works fine, but on my server the blue boxes in the contextmenu are not shown on IE. Any idea?
scheduler control does not render properly in ie8
I am trying the demo version of the scheduler control, but it does not render properly in ie8 -- firefox and chrome work fine. Also I would like to upload an image of the issue so that you can see th...
DayPIlotMonth - events that span 2 months are not displaying on calendar
I am using Navigator and Month controlsonthe same page. If I enter an event that starts in one month but ends in another, the event does not display on the Month calendar. All other events are displa...
Memory leak in Context Menu
Hi guys, When using the Context Menu on the scheduler, there seems to be a memory leak which is detectable using sieve. Can this be looked at please? Cheers, Stuart
Calendar ScrollLabel / LoadingLabel does not work - Calendar Control UI.
We have some UI related issues incalendar controlwhen we try to upgrade the dllto 6.1.2 version from 5.4. 1."Scroll Down/Scroll Up" label not shown in calendar control in the version 6.1.2. We have t...
Issue with dynamically setting Context Menu header - not working in 6.1.2
We were trying to ugrade the existing dll to 6.1.2 version from 5.4. Here we have an issue with setting context menu header dynamically. We are not able to set the menu header dynamically in 6.1.2. B...
DayPilot dll 6.1.2 - Issue with contextmenu command object - does not have value
We were trying to ugrade the existing dll to 6.1.2 version. But we are getting a exception like "Microsoft JScript runtime error: 'command' is undefined" when we click on any of the context menu item...
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:...