All Questions
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...
Integrated message bar
Answered: Please see http://forums.daypilot.org/Topic.aspx/1633/calendar-integrated-message-bar
Scheduler Event bar is rendering one day less than the End date
Hi, I have my Scheduler with Cellduration set to 1440 (which is 1 day). And all my Event bars renders one day less than what's in the End_Date. I store the date in the DB as Date, not DateTime. How d...
Question about linked events
Hi, I am using full version of the Scheduler and need to display 5 events together for any given resource (basically the main event and some pre and post events like travel). Right now I am using sep...
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?
DayPilot Month: 4 week view
All, Is it possible to configure the DayPilot Month to show the next four weeks on the calendar? For example: Sun Feb 6 - Sat Mar 5, 2011? Thanks in advance for any help.
Change the ContextMenuSelectionID dynamically
Hi Dan, Im trying to disable the ContextMenuSelectionID for certain weeks. But i can only set it in the Page_Load after that i can't change it. Is this by design? Greetings K.Rijpstra
Word Wrap in ToolTip event
Hello, Is it possible to make word wrap in ToolTip event and how ? Thanks
Customizable Hour Header and some other problems
Hi, I'm using the Calendar and Navigator from Day Pilot Demo 6.2 version in my web develepment and I get some problems as listed below: 1. I'm wondering whether I can use thenew improvement event - B...
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...
how to solve this javascript erroe?
Hello, I got this javascript error when clicking on next year button in year view schedular Webpage error details Message: '__pendingCallbacks[...].async' is null or not an object Line: 163 Char: 13 ...
how to set daypilot calendar width as auto?
Answered: It is possible to use Width="100%". This will set the control width automatically to fill all the horizontal space (subject to the CSS width rules). In the Calendar (http://www.daypilot.org/calendar....
Storing Date Times in SQL Server throws erros
Conversion from string "Mon Jan 10 2011 21:30:00 GMT-060" to type 'Date' is not valid. I get all types of different dates from the calendar from different browsers. I would really like DayPilot Calen...
How do I get Event Text to display correctly?
I am using DayPilot Pro and cannot get the text in my events to display correctly. The header only displays part of the time span and the text (DataTextField) displays right at the border of the head...
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 in calendar control when we try to upgrade the dll to 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 hav...
How to set calendar ScrollLabel / LoadingLabel in the version 6.1.2
We have some UI related issues in calendar control when we try to upgrade the dll to 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 hav...
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...
allday event in open souce
Hi, I use daypilot calendar lite. I've found a good code at this topic (http://forums.daypilot.org/Topic.aspx/420/daypilot_lite__set_color_per_event) for add DurationColor field (i've added to back a...
How do we set the context menu header dynamically in the dll version 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...
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...
Issue with context menu command - daypilot version 6.1.2 version
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...
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...
DayPilot Upgrade 5.4 to 6.2 SP5 - Event drag and Drop in Calendar - Issue - Critical
Answered: Setting EventMoveHandling to PostBack will prevent EventMoveJavaScript from being executed. You need to set it to JavaScript and fire the postback manually from the EventMoveJavaScript handler:
Eve...
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=...
e.NewResource and e.OldResource property set with same value when upgrade 5.4 to 6.2 SP5
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=...
... Show events in the mont view with rounded corners and other Google-like stylings?
Answered: It's now possible to use rounded event corners in the Month control as well: http://www.daypilot.org/demo/Month/RoundedCorners.aspx See also: http://www.daypilot.org/daypilot-pro-6-4.html
DayPilot Pro - Set Event BackColors stored in database
Hi, I am loving this control, but am having problems trying to figure out how to set the backcolor of events when the backcolor is coming from the datasource. I have tried using BeforeEventRender, bu...
Update Calendar with Javascript
My Calendar HeightSpec is "BusinessHours". When I try to change the calendar's HeightSpec property with javascript to "BusinessHoursNoScroll", nothing happens: I still have the scrollbar at the right...