Questions Tagged feature
User Data
I would like to be able to pass additional information from the client to the server during a Callback. It would be nice if eventArgs had a member for userData. It would not need to be anything more ...
style for alternate hours.
Can we have different colors of alternate hours just to distinguish and facilitate the time range selection.
Event Right Click and Hover
Is there anyway to prevent the hover from interfering with the right click menu. When I right click on an event, the menu that appears is covered up by the event hover. Is it possible to "disable" th...
Scroll horizontally in resources view
I am currently using the resources view to show individuals in each column, however I have found when deployed in some situations we have groups of individuals so large that the resources view column...
Time columns with minutes printed
Is it possible for the cells in between each hour to have their time in minutes listed. E,g if an houris divided into 10 cells the first cell will be 06, the next 12 and so on? Many thanks for a grea...
Modify DayPilotMenu 'on the fly'
Hello, How can I modify DayPilotMenu, before DayPilotCalendar1_TimeRangeMenuClick ? What I want to do is a right click on my calendar to create an event, and show time range (which is under my mouse)...
DayPilotCalendar1_BeforeCellRender event
I am wondering if it is possible to add a tooltip to the cellobject so it would be possible to assocate a tooltip in this event with the cell. This way when a user hovers over a cell (not an event) t...
DayPilotCalendar : Resource view : possible to see timeline in x axis ??
Hi, I would like to know if it's possible to see a timeline (by days and/or weeks, etc) on the x axis, in DayPilotCalendar, in resources view ? I don't want to use daypilotscheduler because I want my...
Time tooltip
Hello, There is TimeRangeSelectedJavaScript to show time range for an event, but how can I show time under cursor when there is no event ? Thanks
Hover tooltip for Working Hours
It appears the working hours object does not support any type of hover. I'm developing a medical schedule and would like to have the ability to "tag" specific working cells with a hover text so users...
great job
having watched this control since version 2.0 when it was completely free, I must say you did a great job - the current feature set is awesome and probably one of the best calender & scheduling contr...
Export to Excel/Outlook
Hello, It would be great to be able to export to Excel and/or Outlook format. Thanks !
Highlight today
Hi, Is it possible to highlight the day column of today? to make users more aware of what day is today on the calender... Greetings, Jelle de Vos
Show Events with 0 minutes
Hi, thanks for the create control, and thanks for the changes you have already implemented because of Feature Requests i asked in this forum! We have the problem that we sometimes have events that ta...
Today different colour?
Answered: Yes, you should use a BeforeCellRender event handler and change the color using e.BackgroundColor property.
Is there a way that creation of an event can be allowed using a right click on calendar pane
is there a functionality by which we can have a context menu on calendar without having an event there. if its not there yet are you planning to have that in near future? because what i think wheneve...
Scheduler Client-side API reference
Hi, Where is the Scheduler client-side API reference? I checked on the documentation page and could not find a link. Thanks, Satyendra Sharma
Localize Texts
Texts like "scroll up", "scroll down", "loading..." should be localizable. We need for example german texts.
Adding columns to DayPilot Scheduler
Answered: Please see here: http://www.daypilot.org/scheduler-row-header-columns.html
Repeat Events
Answered: Recurrence is supported since 6.0 release: http://www.daypilot.org/daypilot-pro-6-0.html See also a tutorial for DayPilot Calendar: http://www.daypilot.org/calendar-tutorial-recurrent-events.html
Fix Height in Scheduler
Mr. Letecky, Thanks so much for DayPilot, and the work you do ! I wanted to ask about an enhancement announced for 4.0 SP3 and SP4, where you could control the height of the Scheduler and have a vert...
Event Double Clicking and client side event selection
Hello. I'm trying to implement a couple of things with DayPilot and am running into some problems. First off, is there any way to use JavaScript to select an event when all I have is a DayPilot.Event...
iCAL parsing (read,write) support
Hi there, I came across the DayPilot while looking for a web based iCal-based (for parsing: reading and writing) calendar widget. Is there any plans for iCal support (inline with read, write)? Either...
DayPilot vertical with weeks and date?
Hello, Would it be possible to have another mean of viewing the events in the DayPilot Vertical calendar by splitting the header in 2 or more cells? I mean this: - Show the ressources on the left (th...
Globalization support
Does the calendar provide the ability to switch direction to be right-to-left and change the week start day, programming wise or based on the machine regional settings? Thanks,
Rendering Events in real height
I want to use the daypilot control for activity recording on minute base, so that you can see, what you have done the last week. I want the entry's to be in a row and not next to each other. So each ...
Printing Event Background
Answered: Since DayPilot Pro 4.9, printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.or...
Client side events after an item has been created in DayPilotVertical
Answered: You can use AfterEventRenderJavaScript property to execute custom code after the event is created. Two local variables will be available to such custom code: e (DayPilot.Event object) div (the HTML d...