Active Questions
Export not supported when Multi Level Header is used in Scheduler
I have Used Multi level Header Ranging from Day - Hour - Minute(15 mins span) . It works fine when i run it in browser. But it gives some strange image as output when i export it. I have attached two...
Refresh page after postback delete
Answered: You would have to do a manual refresh using commandCallBack(). See also here: http://doc.daypilot.org/scheduler/commandcallback/ But it is better to use dps.eventMenuClickCallBack() instead of PageMe...
Get ItemSource in BeforeEventRenderEventArgs after Postback
Answered: The e.DataItem is only available in BeforeEventRender on the server side. For additional data that need to be passed with the event through all its lifecycle you should use tag fields (*DataTagFields...
Scheduler getRow renamed to $68
Answered: This method was internal and is now hidden. You can use the following method to get information about a cell under certain position:
var cell = dps.cells.findByPixels(120, 1)[0];
var start = cell....
Can we have sub menus from the rightclick menu control
Answered: See: http://doc.daypilot.org/menu/submenus/
How to apply a theme to a day pilot day resource view
Answered: In the Lite version, CSS themes are only supported in version 4 and higher: http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-4-0.html In both Pro and Lite, you need to follow these steps: 1...
Move Event Handler
Answered: Sorry, I'm still not able to reproduce the problem. Please check also the MoveBy property (it determines the drag handlers): http://doc.daypilot.org/scheduler/event-drag-handlers/ > BTW,Is it possibl...
dynamuic dates for start and end of daypilotmonth
Answered: Please see the documentation on changing the date using Navigator here: http://doc.daypilot.org/month/navigator/
Creating EventClick on a Dynamic Component Daypilot
Answered: All user actions (clicking, moving, resizing....) are disabled by default. You need to set EventClickHandling to either CallBack or PostBack in order to activate the server-side event handler. Exampl...
Calendar centering time column vertically when container is larger than content on newest version
Answered: The left cell was using valign="top" which doesn't work well anymore. It's now updated - can you please try the latest sandbox build (7.5.2989)? http://www.daypilot.org/sandbox/
eventmenuclick
Hi, I am trying to get the eventmenuclick handler to work as a postback. I have a scheduler control timerangeselected handling to Hold and a context menu added to the scheduler. My expectation is tha...
Set a Resource as Unavailable for a Time Period on Scheduler
Answered: You can set custom background color, HTML and CSS class for individual grid cells using BeforeCellRender event handler: http://doc.daypilot.org/scheduler/cell-customization/
Calendar control; showing only busniess hours, but with scrollbar to scroll through the hours and not scorlling the entire page
Answered: You can control the hour range using DayBeginsHour and DayEndsHour properties. See also: http://doc.daypilot.org/calendar/overnight-scheduling/ You should be able to combine it with HeightSpec as nee...
Scheduler: From DEMO to paid version; DEMO indicator gone, but now says "null" in top left corner
Answered: This looks like a bug. The "null" text comes from CornerHtml property. You can use DayPilotScheduler1.CornerHtml = String.Empty in Page_Load as a workaround.
Cellduration for scheduler 1 day only
Answered: its ok i set the end date as a date variable and used date.adddays(-1) on the end date
Scheduler onload only renders half the area
Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/
DayPilot Timesheet on Internet Explorer
Answered: It should be fixed now both in the online demo and in the sample project. Let me know if there is still any problem.
Error on Internet Explorer
Answered: It should be fixed now, please see also http://forums.daypilot.org/Topic.aspx/2084/daypilot-timesheet-on-internet-explorer Thanks for reporting the problem!
Grouping Support
Answered: > Layer Multiple events: Group calendar view for multiple resources. Two options are available: 1. Resources in columns (Calendar control) http://mvc.daypilot.org/demo/Calendar/Resources 2. Resources...
Internet Explorer 6 daypilot scheduler compatibility
Hello, We are planning a new project for a company that still uses Internet Explorer 6 as main browser :( We tested you control and fits our requirements but we have a problem with daypilot 7 and new...