Questions Tagged bug
SelectEvent after TimeRangeSelected
On TimeRangeSelected I am creating a new event. I want that event to be selected (event select bars visible) after creating it in TimeRangeSelected. I assumed DayPilotCalendar1.SelectedEventValue = r...
Error: 'row.clientHeight' is null or not an object
Hi, I've come across an issue with the scheduler whereby when you drag an appointment down from the scheduler across the lower scrollbar an error occurs at line 2 saying: 'row.clientHeight' is null o...
dynamic scheduler: scroll throws an exception when using variable days.
I want to show a schedule for a specific time frame (1 day, 1 week or 1 month). By calling the 'refreshCallBack' script I change the amount of days the scheduler has to show. So far so good, but when...
AfterRenderJavaScript not working
I have placed AfterRenderJavaScript="alert('Test');" in my weekview tag in the aspx file. Yet, when I load the page, I never see the alert box. I can see the "c.afterRender = function(data) {alert('T...
getting a "Attribute 'EventSelectHandling' is not a valid attribute of element 'DayPilotScheduler' since installing new version
Hi, I'm getting a "Attribute 'EventSelectHandling' is not a valid attribute of element 'DayPilotScheduler' and the same with ;EventDeleteHandling' and 'EventDeleteJavascript; since updating to the la...
ScrollPositionHour Not Working in IE7
Hello, I am trying to set the ScrollPositionHour inthe DayPilotCalendar control to 8, however it doesn't work in IE7. I have tried it in Firefox and it works ok. Is there a way around this in IE7? Th...
Camtasia 5.0 recording software disables bubble hover in DayPilot Calendar
We are about to release our new schedule control and are making our standard videos for our users which records screen work flow using Camtasia Studio. Everything works great during the recording exc...
DayPilotCalendar1_TimeRangeSelected not reporting correct date
When the DayPilotCalendar1_TimeRangeSelected fires the e.start date is not correct. Even though the DayPilotCalendar1.StartDate is correct before the event fires when capturing this event the DayPilo...
Direction ="RTL" + HeightSpec="BusinessHours" in FF - The Scroll getts messed up
Hi, In FF when using the scroll - HeightSpec="BusinessHours": the headers don't align with the columns.
parse DateTime error in DayPilotCalendar
I'm getting "Unable to parse DateTime: 'NaN=NaN-NaNtNaN:NaN:NaN' string was not recognized as a valid DateTime. I'm using TimeRangeSelectedHandling="CallBack" and the error occurs as soon as I click ...
When Setting Direction ="RTL" Event Move gets messed up
Hi, First I have to say the DayPilot is a greate calendar and very easy to use, great job !! About the Bug (I tryed ver 4.9.1481): I set Direction = "RTL" and when the user try to move an event to mo...
Internet Explorer cannot open the internet site
I get this error dialog on IE 7 sometimes when trying to load the DayPilot calendar. Googling it appears to tell me that I am trying to access an element before the closing tag has been written out. ...
IE Operation Aborted error with DayPilot Calendar
Wehave been using the DayPilot Calendar for a few months now and we have three customers that have reported seeing an "Operation Aborted" error in IE.After searching the internet and this forum, I ha...
Javascript error 'previousSibling' is Null or is not an object.
Hi! I'm getting this error when double clicking on a calendar row. Here' s me declarative code : <DayPilot:DayPilotCalendar ID="DayPilotCalendar1" DataStartField="Start" DataEndField="End" DataTextFi...
No Effect on DayPilot Calendar
I integrated DemoSQL into my site and when I click on the small calendar, there is no effect on the day pilot calendar. The date is not changing.
Issue: PNG Export (Resource view when heading row turned off)
Although the header row is set not to render, the header row still renders and displays Most of the header row is blank excerpt for the 1st resource
Event innerHTML when Printing
Dan, The new print export function works great thanks. But one problem I've found is that any html code added to the InnerHtml of an event just shows as text rather than rendered html. example e.Inne...
e.InnerHTML Hyperlink error for MonthView
Hi, I am having problems trying to get a link to work if a single event has to carry over to the next week (say if an event lasted 10 days). The HTML does not seem to recognise the link in this situa...
Localization
Hi, I tried localization and everything works fine except 1 thing: when week view is selected, it is not localized. Is there a work-around for that ? Would it be possible to fix that ? Thank you, Max
Problem with callback handling of oneventmove
I have the following defined for the daypilotcalendar: ... EventMoveHandling="CallBack" oneventmove="DayPilotCalendar1_EventMove" ... When I try to move an event, I get the following exception: An ex...
DayPilotScheduler width problem with Firefox 3.0
Hi, there is a problem with DayPilotScheduler in Firefox 3.0. The width doesn't respond properly : it goes further than the actual window. Can you fix/check that ? Thank you, Max
Safari 3 support
Is Safari 3 support scheduled for version 5.0? I've noticed it's been on the roadmap for a while. We really miss it. Thanks, John
Visual Studio 2008 hangs
Since I started adding Javascript to handle the TimeRangeSelectedHandling, Visual studio has started to use 99 percent of resources and not responding. This is when editing the an aspx page in source...
property to change the side bar color of the event not present.( immediate)
i was trying on DayPilotProTrial-4.8.1425 version.. in this i am not able to changetheside bar color of an event because the propertyto change it doesnot exist....
Bug in IE7
I have a daypilot control inside a div container that has overflow set to scroll but daypilot is behaving as if overflow is set to visible. Daypilot is basically popping out of the div and blocking o...
Time format (urgent)
Hi, i am using the daypilot pro control.. the time which i get from the calendar control is always 5:30 hrlesser than the time out here (india). so i believe there wud be some property that i can set...
daypilotbubble has no "e.argument" property in rendercontent event
Hello I have just upgraded to license version DayPilotPro-4.8.1425 from DayPilotProTrial-4.4.1357. And i received a problem in rendercontent event with e.Argument property. There is no e.Argument pro...
Bubble is hover the DayPilotMenu
When using EventHoverHandling=Bubble in the Daypilot Calendar, the Bubble is postionned hover the DaypilotMenu (called from ContextMenuID).