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...
The schulder with can be set with a percentage. So I can for example, set it to occupy 100% of the parent container. The CellWidth however, has to be specified in pixels. What usually happens is I ge...
Hi, As sliverlight 3 has been released is makes sense to build the project with this version even if it adds a delay to its release date, will this be the case? What is the expected release date as t...
Hi I was going to try to use Day Pilot Lite with sharp develop , but I haven't been able to get it to work. Has anyone been able to do this? Thanks, John
Answered: I'm not sure what you mean, maybe this view? www.daypilot.org/demo/Lite/SchedulerTimeline.aspx You will find a source code of this page in the download package .
I'm using the scheduler in resource mode with employees as resources, allocating them to appropriate events. I would like to add a couple of extra columns like 'Hours' and 'Wage' at the end of the sc...
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
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...
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...
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...
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>
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 ...
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...
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_Before...
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 st...
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 th...
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 cross...
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...
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...
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 ...
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...
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 ...
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...
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...