Questions Tagged bug
Changing the height of calendar at runtime does not seem to work
Hi, One of the specification of my page is that the calendar has to fill out its container div. so after the page load I fire a Refresh event nad change the height of the calendar.. after which I iss...
Error with modal popup
Answered: Solved, not a bug!! My javascript function for modal called createEvent and this name interfered with firefox. Now called CreateEvent and working.
DayPilotBubble OnRenderCellBubble throws "Unable to parse DateTime: Nan..." error
Answered: The fix for this bug will be included in the 5.8 release.
Problem with <span> inside InnerHtml for Resource Header in DayPilot Scheduler
I'm running into a problem when trying to set the InnerHtml for the resources in the BeforeResHeaderRender method. Setting InnerHtml to e.InnerHTML = "" + e.Name + ""; causes a Microsoft JScript runt...
Cannot execute a ASP.NET project with references to DayPilot
Hi: We are doing test with an ASP.NET project that uses the DayPilot Component. While we are running the application inside Visual Studio, everything works fine. The problem occurs when we copy the a...
e.Resource also empty after upgrade
OnTimeRangeSelected event has an empty e.Resource object after upgrad to 5.7. Which version of this control does this work on ?
DayPilot Pro 5.7 SP2 (showbusinesshours on Saturday)
Got a scheduler showing 1 day, when I navigate to Sat it falls over when showbusinesshours = false. Although Saturday has business set, looking at the screen in dp 5.6 seams to suggest that it contai...
TimeRangeSelected e.ColumnID empty after upgrade
I recently upgraded to 5.7 of the scheduler. Now the TimeRangeSelectedEventArgs.ColumnId and Resource are both empy when the even fires. e.ColumnId and e.Resource are both nothing. What happened? Whi...
DayPilot Pro 5.7 SP2 (2 Issues)
After updating from 5.6.1808. to DayPilot Pro 5.7 SP2 the following problems occurred in the calendar control (both IE7 & IE8 clients) When 2 events happen in sequence (e.g 09:30 - 10:30) & (10:30 - ...
ViewState exception
Hi, We are using Daypilot 5.6.1820. Sometimes when performing an action on the calendar control (e.g. moving, resizing events) we encounter the following exception: System.Web.HttpException: The stat...
ShowNonBusiness=true and the Navigator
Hi, all! I have a problem with the DayPilotNavigator in combination with DayPilotScheduler. When ShowNonBusiness-property is set to "false" and I select a weekend-day in the Navigator , I got an java...
'DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu
Hello, When my page with DayPilotCalendar is loaded, if I do a right click on an empty range I get a javascript error : 'DayPilotCalendar.topSelectedCell.start' is null or in not an object with conte...
Header distortion when height spec changed in Calendar
When height spec of the calendar is changed from "business no scroll" to "business hours" the header of the calendar distorts.Its a problem in Version 5.7
Database update with modified datatable
Hi, I want to ask that how can we update the database based upon the datatable which is modified. Currently I am using the following code in set Events function. I am getting updated Dataset with no ...
datatable to database
how to revert back event changes from datatable to database ds = table.DataSet; adpt1.Update(ds, "Calander"); ds.AcceptChanges();
White space at the top of the calendar release 5.7.1870
Hi, On internet explorer 7 I've a little space under days bar. I tryed to fixe with source but no way. Screen shot : lescheveuxdange.free.fr/images/IE_5.7.JPG I think It's css property on IE but wher...
EventClickHandling="Bubble" failed when single quote is rended in event and encoded data decoded before render
Hi, in IE8, Firefox 3.5.1 a error occurs when trigging the bubble pop up from the dp cal 5.6 if the data contains a single quote This still happens event if I do a e.InnerHTML = e.InnerHTML.Replace("...
5.7 calendar shows events 6 hours later
Just updated from 5.6 (5, 6, 1808, 0) to 5.7 which causes the following issue in the calandor control 09:00 event shows at 18:00 10:00 event shoiws at 19:00 etc. Has been tryed in IE6-8 mode (on IE8)...
Image Export: CCCCCC is not a valid value for Int32
Answered: Okay...second time I've posted and resolved my own issue, my apologies. I discovered a particular event color was being set to "CCCCCC" rather than "#CCCCCC". Once that was changed the issue above wa...
upgrade from version 5.2 to 5.7. Message " Array JsonData Expected. Received:string"
Hi When you upgrade from version 5.2 to 5.7 I get the following message when doing a postback to the page. Help please. Thanks
Problem with DayPilotMonth1 timeRangeSelectedCallBack
Hi, i am using a item menu <DayPilot:MenuItem Text="Event Details" Action="JavaScript" JavaScript="OpenPopup(e);"> to open a new window with the event details. However in the new window after i edit ...
When scheduler is tablebased layout it changes the title of the page when nested in a update panel
When scheduler is tablebased layout it changes the title of the page when nested in a update panel.The title is not changed when the layout is divbased but divbased layout breaks down in IE 6
Event stacking in Month throws a javascript error
Hi, Great control you have in here.We just update to your latest version.It has made life a bit easy.The event stacking mode when set to cell throws up an javascript error "Object doesnot support his...
Invalid JSON primitive error when in DOT NET NUKE
Is there anyone that can help me, please? i tried to use the DayPilotNavigator in a DNN application. when iselect the month on the left of the calendar, or i use the filter, the application raise the...
IE 8 Issues
Right Click on an event in schedular causes causesbrowser menu to cover overa specified context menu. No work around in IE 8. Professional User..
Navigator won't fire TimeRangeSelectedHandling event
I cannot get ant TimeRangeSelectedHandling evebts to fire. I am using the latest5.6 build 1820. Here is my markup: <DayPilot:DayPilotNavigator ID="dpNavigator" runat="server" TimeRangeSelectedHandlin...
BeforeCellRenderEventArgs BackgroundColor rendering in IE6
Answered: Please check that you are setting correct CSS-style formatted color strings to e.BackgroundColor in BeforeCellRender. It doesn't accept Color object. Example:
protected void DayPilotScheduler1_...
Page Header Title Changing (Scheduler)
As far as I can remember (several months) this has never been an issue/bug. Recently, (past few weeks) when I look at the Scheduler demo located at www.daypilot.org/demo/Scheduler/, I notice that the...
Apostrophe Escaping Change in Event Bubble from 5.5 to 5.6
Event text containing a singleapostrophe renders in the Bubble event correctly in v5.5, but errors client-side in 5.6. It appears there was a change from 5.5 to 5.6 in how apostrophe's are escaped. I...