Questions Tagged bug
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).
DayPilotScheduler TimeFormat does not appy to events--?
Setting the DayPilotScheduler.TimeFormat = DayPilot.Web.Ui.Enums.TimeFormat.Clock24Hours works great for the headers (displays hours from 0 to 23 within a day), but it doesn't seem to display the eve...
OnBeforeCellRender of DayPilotMonth displays erronous month name
Hi! When I set a server side method to the event OnBeforeCellRender of the dayPilotMonth control, whatever the code does in that method, on the display of the calendar on the client side, the month i...
Wrong Start Time and End Time for a event in Week View
Hi, 1. I have a week view from Sunday to Saturday. I have hard coded the start date as "2007-01-07" as it is a sunday used it to calculate the other six days in the week. 2. I built events and displa...
Double-click event for time range selection causes Unknown PostBack/CallBack parameter type exception
Hi! When I set the TimeRangeDoubleClickHandling property of the dayPilot calendar to either postback or callback, withTimeRangeSelectedHandling= Hold or HoldForever, I'm getting an Unknown PostBack/C...
All Day Events now 'broken' in v4.7.1399
Answered: This property is called AllDayEnd and has two possible values: DateTime (DataEndField specifies an exact date point, including time) Date (DataEndField specifies a day only - Date part of the DateTim...
' character in event text corrupting event visualization (all black)
Hi, Ifound a minor bug (or at least it seems so to me). If the value of the DataTextField contains the ' character (like in O'Connell) the event box gets all blacked out. In italian language is a com...
DayPilotScheduler cannot set HeaderDateFormat
Answered: You can use BeforeTimeRender Event to achieve this.
ScrollPositionHour not working with DayPilotCalendar in AjaxControlToolkit.TabContainer
Answered: The problem is caused by DayPilotCalendar being placed inside a hidden div (style="display:none"). It's not possible to set .style.scrollTop for elements that are inside such a hidden div. Solution: ...
Vertical Scroll in IE7 Daypilot calendar
Answered: Hi Sheraz, I've explained this in an e-mail as well: The scrollbar width is different in IE and FF (there is 1px difference). That's why DayPilot sets the default width to 16 and then it calls a spec...
All day events
Answered: OK, it was meant to work the same way in the week view and in the month view. You are correct with the week view. I will fix it in the next release.
Javascript error Unexpected call to method or property access
I'm using DayPilot Ver 4.6 and developed a simple day view using schedular control, it works fine but randomly it returns "Unexpected call to method or property access" javascript error and after tha...
DayPilotMonth is undefined
i am getting this Javascript error "DayPilotMonth is undefined" after getting the 4.6.1389 build from you guys to fix the next month bug yesterday (3/31). <script type='text/javascript'> function dpm...