Questions Tagged feature
Move event with Ctrl-key pressed
Is ther a way to detect if the Ctrl-key was pressed in the client-side EventMoveJavascript handler? This way I can implement a Move (ctrl-key up) or Copy (ctrl-key down)
Databiding to Webservice
Control should be able to get Data from a defined Webservice. Componentart controls have that mode.
Split Screen
Is there a way or a plan to add the ability to split the screen horizonaly, so you could keep the header (and maybe the first row) at the top to the screen when scrolling down?
Hide weekends
hello, is there a way I can hide weekends in the scheduler? this has been requested in order to gain more space. thanks in advance, Matteo
Support For Resouces And Locations
Does PayPilot Pro have a way of coping with Resources and Locations. This would be required if, for example, you want to schedule events in different rooms with different equipment or in a hospital e...
Business Hours restriction in Scheduler
Can the scheduler be restricted to business hours just like the schedulerDynamic..as it is more customisable adn would add great new feature for this control
Keyboard Navigation
Is there a way for keyboard navigation with daypilot pro? -I search a scheduler who can do that...
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
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...
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...
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.
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 ...
Recurring Event
Answered: Recurrence support was introduced in 6.0 release for the Calendar, in 6.3 for the Month and Scheduler controls and in 6.6 for the Navigator. See also the following tutorials: http://www.daypilot.org/...
DayPilotScheduler: double click
Hi, is it possible to add support for double-click to the scheduler? It would even help to pass the mouse click as 2nd parameter to the EventClickJavaScript event so that you can decide on the javasc...
Scheduler: Click event resource
Hello again, Is it possible to have a click event or context menu on the resources in the left column? Grtz Ralph.
Scheduler group by month
Hello, Is it possible to set the duration of the cell to the length of the specific month? For example: First cell - April 2009 - 30 days Second cell - May 2009 - 31 days. Third cell - June 2009 - 30...
Custom height for specific events
Hi, could it be possible to change the events' height individually ? Is there a workaround to accomplish that ? I red that a line's height is set depending on the overlapping events in that row. Henc...
Can We add new header to DayPilot Scheduler?
Hi Dan, Can we add new Header to Day Pilot Scheduler? Currently we are using REsources mode with week view. We have 1. Day in first header 2. Hour in Second header. We would like to split this hour t...
Double Click Event for Scheduler
As i see, there are doubleclick events available in other controls except the scheduler. It would be nice to adapt a double click event to scheduler. TIA!
Horizontal scrollbar for DayPilot Calendar (sync multi cals scroll)
I have 6 day pilots on the page with the header turned off and 1 with no data and just a header in resource view. All have the same width. The ability to scroll the dp horizontally, is high on the us...
Everybody's work'n for the weekend
Hi Dan, Just wanted to say thanks for the CssClass added to beforeeventrender. Works great. I'd also like to mention the client side render and scrollis now much faster. Thanks for that too. I'd like...
Row Number in BeforeCellRenderEventArgs
Hello, it would be nice to have the actual row number or propably tags of the resource header in the BeforeCellRenderEventArgs. This is useful for implementing alternating row colours. Greetings
Duration Bar in DayPilotScheduler Resources View
Hi Dan, I want to increase the height of the duration bar which in DayPilotScheduler Resources View. Would you please let me know the option? As this Duration Bar only shows the exact duration of the...
DataTagFields - Want a server side only version (dont want data rendered for use in javascript)
Answered: It should be available in the 6.6 release: http://www.daypilot.org/daypilot-pro-6-6.html
programatically set Event colour
Answered: Yes, it's possible using BeforeEventRender event. Please see: www.daypilot.org/daypilotcalendar-custom-event-rendering.html
Ability to set event as selected from code
Answered: Yes its possible in the pro version, just use add a bubble control to the page and link the event to it or you could just call a modal popup if your using ms ajax in .net
Add DurationBarVisible to individual events`
Hi, I would like the ability to set the DurationBarVisible on individual events during theBeforeEventRenderevent.