All Questions
Show many days and allow scrolling horizontally
I've been able to get this control to do most things that our company will need but I don't see any way to allow horizontal scrolling through the days. What we need is the ability to show a large num...
Create an event with double-click
Hello, How can I create an event by double-clicking in the calendar ? Thanks !
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
Drag&drop from an external source
Dear Dan! Where can I find some code example about using this feature? Thank you
Selecting event > one day
Answered: Events spanning multiple days are divided into "event parts". If you click one of the event parts, all other related parts should be selected as well.
Event client object - Custom properties
Hi everybody.. I need to implement the right click behaviour when left clicking on an event. The problem is that i use different context menus according to some custom data of the event. Is there any...
Is there a way to update the calender using javascript?
Answered: I will try to explain it a little bit: 1. Accessing DayPilot controls on the client side. Rather than using the DayPilotCalendar HTML element var DPC = document.getElementById("DayPilotCalendar1"); y...
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...
How to Change Language (English to German) of calendar.
Answered: Yes, it's possible. There are several areas that need attention when localizing DayPilotCalendar: The start and end details in the event box are formatted using the current culture. The header date f...
Scheduler - colors
Hi, Colors in scheduler have some bugs; - resource color is the same as HourNameBackColor, should be seperate colors I think - BorderColorLines in the HourName cannot be given custom color, this colo...
Create an event/item without database reference.
Hello everyone, Im currently testing daypilot for usage in my internship project. As to now it works like a charm. I'm only having one problem, I need to dynamically write an event without it being l...
DayPilot 4.2 Context Menu NavigateUrl
According to the following pagehttp://www.daypilot.org/context-menu.html- {1} Calendar event custom data (DataTagField) , but this does not work?
change the Calendar header
Hello, i got two Q: 1. howto addtext to the calendar header in additional to the date? 2. howto change the text ib the lable "scroll down" and "scroll up" that appear when i scroll the calendar?
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...
Turn off time range on an event
is there a way to turn off the display of the event time on the calendar. this way it will only show the event title itself and then the user can rollover and get the full details. im using 4.1 pro. ...
Get control bitmap
Hello, I need to get bitmap of DayPilot control but how can I do it ? Also I want to get a bitmap of the calendar for all day, but without drawing it on the screen, to print a planning of the full da...
Setting z-index of DayPilot Calendar
How do I set the z-index of the DayPilot Calendar? Actually I have a DatePicker Control placed above Calendar control. When a image of DatePicker is clicked, it opens the IFrame. The problem is that ...
xmldatasource, allday events
Hi Great application :-) Is it possible to make allday events in the lite version, and with the xml data source. Best regards Jimmy
Export to Excel/Outlook
Hello, It would be great to be able to export to Excel and/or Outlook format. Thanks !
Delayed loading
Is it feasible to modify Daypilot to allow the delayed loading of schedule events that are not visible in the current viewport of the scheduler? I wish to display a schedule for a whole year but only...
Calendar Control Hides Events in IE7
When the page renders the control shows the events briefly, then they disappear. It is almost as if the background color paints over the events. We are experiencing this in IE7.
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...
An Initialization Issue with OnLoad Call
An Initialization Issue with OnLoad Call Hello, I'm using v4.1.1252. In concert with date selections on the standard Microsoft calendar my DayPilot implementation is working fine. All of my daypilot ...
DayPilot SQL Sample application
Answered: But now I see that the original code is not quite right, it should read like this: WHERE NOT (([eventend <= @start) OR ([eventstart] >= @end)) and the alternative should read like this: WHERE ([event...
Move event between 2 DayPilot
Hello, How can i move an event between 2 DayPilot controls on the same page ? Thanks
Change Hour font Size and IE7 doesnt show the complete Text
When i change the font and text size of hour in left most Column it doesn't show the Text completely.
Today different colour?
Answered: Yes, you should use a BeforeCellRender event handler and change the color using e.BackgroundColor property.
Rendering calendar
Hi, is it possible to render a calendar like this: img252.imageshack.us/img252/9872/image1nx8.jpg At the moment I use the trial version, I plan to order the pro version during the next days. Cheers, ...
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...