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...
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.
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...
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...
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...
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...
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...
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...
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?
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...
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. ...
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...
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 ...
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...
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.
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 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 ...
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...
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 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...