All Questions
ContextMenu CSS Support
Answered: CSS styling of the menu is now fully supported since 6.1 release: http://www.daypilot.org/daypilot-pro-6-1.html See also: http://www.daypilot.org/menu-css-class-styling.html
How can I set the height of the rows individually in scheduler mode?
Every (resource) row in Daypilot has the height of dayPilot.EventHeight (or multiples if stacked events occur). But because I have events with multiline text content, I need to size the rows individu...
extending daypilot lite: adding another datafield; value lost at renderEvent
I added another datafield to the control and i seemed to have done it right. (Thanks to the very well writtenand documented source!). But i did not do it completely right, because in the procedure re...
Month.BeforeEventRenderEventArgs vs BeforeEventRenderEventArgs in DayPilotMonth
Hi, I was hoing to use some of the items available in BeforeEventRenderEventArgs but I've found that the datPilotMonth acually uses Month.BeforeEventRenderEventArgs which doent allow us to disabled c...
Duration bar is miss placed in Right To Left.
Hi Duration Bar mis placed in a Right To Left layout. I think a RightToLeft Properity require. Best, Asad
To set Z-index in DayPilot Month
Answered: The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified:
<div style="z-index:1">
<DayPilot:DayPilotMonth ...... />
</div>
How to Refresh Day Pilot Month to Change Server Side Label Value.
Hi I am using Day Pilot 5.6 . I want to display a label indicating current selection Month and Year depends on Selection From the Navigator Control. I am able to find out the selected Month and year ...
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_...
Add CssClass to BeforeHeaderRenderEventArgs
I've noticed in the DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs class as part of the DayPilotScheduler1_BeforeEventRender function there is a CssClass attribute which is extremely useful in sty...
Time font color in month view
Is there a way to change the time font color in the month view? I'm not sure what property controls it.
How to do the custom initial scroll position?
I have a question to ask on the open source version of Day pilot. How to use the horizontal scroll bar like the custom initial scroll position?
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...
Is it possible to influence the color of the crosshair?
Answered: Two new properties were added (build 6.7.1847) to DayPilot Scheduler: CrosshairOpacity (default value 20) CrosshairColor (default value "gray") You can use them to adjust the appearance of the crossh...
EventClickHandling, EventResizeHandling and Internet Explorer 7
Hi, I have a DayPilotMonth control with EventClickHandling="Javascript" that opens a popup window and I'm now implementing EventResizeHandling="PostBack" that updates the database The control is in a...
Dynamic Context Menu for events
I want to display different context menu for my events. I want this menu to be generated dynamically. How can I achive this??? I am using DayPilot 5.6
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...
Setting z-index of DayPilot Scheduler
yet-another-z-index-issue-here. :-) I read about the same for Calendar and the like. however, playing with the IE8 developer toolbox I discovered that if I add the z-index attribute to the style tag ...
JS Error when calling refreshCallBack: in prepareEvents() Only from 5.6.1808
Hi, When I change the days view by calling: dpc1.refreshCallBack(null,1); and then dpc1.refreshCallBack(null,5); I get a JS Error in prepareEvents(): $P.parentNode.removeChild($P); "parentNode is nul...
Disable range selection Calender
Hi, is it possible to disable the range selection in the calender? Im currently making a meetingbooking system were every meeting is taken 30 minuts. Every cell is 30 min and I want the user, not to ...
DayPilotNavigator ShowMonths moveMonth
Hi, The DayPilotNavigator has a property ShowMonths which shows an ammount of months on screen. The same property is used to navigate forth and back through time (moveMonth method used in Navigator.j...
How to search for a cell
Hey, i'm quite new to this, but is there a way to search for a cell in your DayPilotScheduler ? I want to change the background color of certain cells and currently I'm doing this in the BeforeCellRe...
Show DayPilotNavigator in horizontal position
Is there a way to show the DayPilotNavigator at the top of any calendar control in horizontal position? Thanks.
Event Hover JS event handler
Answered: There is no way to do this at the moment. Manipulating the event div wouldn't be too safe anyway, you would have to clear the changes after the bubble is dismissed and this would require quite a piec...
DayPilotNavigator weekday/weekend distinction
Answered: Is this feature supported in the DEMO? I'm using version 6.8.2477.1, but it doesn't work. Firebug shows "navigator_silver_daybox" on weekend days.
How can i add more than one duration bar in one rowin a tree programmtically?
Hi, how can i add more than one duration bar element in one row in a tree programmtically? Example: Resource child1 = new Resource("name1", "id", true); t.Children.Add(child1); Now i want to add anot...
How to add custom css style to event
Is it possible to set the background color for the first 15 minutes of an event, then to another color for the remainder of the time ( between start time and end time) in the BeforeEventRender event?
DayPilotCalendar within ModalPopupExtender
Hello, I have a calendar on my page then upon clicking an event, a modal popup will be displayed with another calendar. Kindly advise how can I drag and drop external source on the calendar in modal ...
InnerHTML using Google Chrome browser
Hi, I've encountered an issue with rendering when using google chrome. For example : protected void daypilot_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e) { e....