Is Layout="TableBased" broken in the latest version? After following the advice in this post about layouts& no doc types however it doent seem to change the render type and i still have the alignment...
Is it allready possible to drag items between two schedulers on the same page? if so, can someone provide an example? Greetings Willem-Jan Putto Maral automatisering BV
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...
If I set days to 7 (week view) everything looks fine in Firefox, but bad in Internet Explorer. The heading columns do not align with the calendar columns. In addition the width is a little bit more t...
How can I make DayPilotCalendar read-only? I just want to display Events to users. So I need to disable all Pop-Up Menus completely. Thank you, Reinhard
Answered: I'll try to clarify: There are two events that the Navigator control is firing: VisibleRangeChanged - fires when the user clicks the < or > links in the navigator header (to switch to the next/previo...
I want to change the appearance of a single day cell (not an event) in DayPilotMonth on hover to inform the user that something is likely to happen when it's clicked on. Is there a way to do this? (P...
Answered: Hi Rob, Sorry for the delay. Monday was hardcoded as the first day of week (having effect on the header group) in DayPilot Scheduler . I've just added WeekStarts property that works the same way as i...
Two questions: 1. Is it possible to set DayPilot Calendar to only allow one cell to be selected at a time? 2. Is it possible to disable the context menu based on where the user clicks? (some cells do...
Hello I'm using "DayPilotProTrial-5.2.1672" SCHEDULER Add resurce and children in CODEBEHIND but in postback event deletes the child's daypilotSchedulet. Thanks.
Hello, Is it possible to remove the time on the event's name? I have tried setting the start and end time to 00:00:00, but it did not remove the time on the event.
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!
Hi I'm evaluating DayPilotMonth and DayPilotCalendar Pro at the moment. In my system, I will have to cater for up to 20/30 events per day. I would like to use the DayPilotMonth control, however when ...
Answered: Sorry for the delay... You can customize the headers using BeforeTimeHeaderRender event. The first row (group header) can be detected using e.IsColGroup property and the content can be set using e.In...
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...
I have integrated DayPilot Lite into a usercontrol, and everything works great on the first render. But, as soon as I do a postback on the page unrelated to DayPilot, DayPilot reverts back to it's de...
Is there any news regarding moving an event between 2 DayPilot controls on the same page? It appears to work when you have the same hour range displayed on each day pilot, but fails to work when they...
Hello, I'm dragging and dropping events onto the scheduler. This works great in my development environment (Visual Studio 2005), however, when I publish my site to the web server, the events on the s...
In the scheduler, is there a way to set the styles of the div clientid+timescroll and clientid+resscroll to a custom style. On the moment I achieve this by using the 2 styles below (my scheduler is i...
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...
After a user has moved or resized an event, the "busy" times is not updated in the navigator. This is the settings and also what I tried: DayPilotNavigator1.Rebind() (no effect) My events and the nav...
Answered: You can only block it by handling the date click manually: Use TimeRangeJavaScript and don't do anything if the date is forbidden. Otherwise fire the calendar update using dpc1.commandCallBack("navig...
First off, great work, love the controls. I've got a month view calendar with two links to move the calendar previous and next each month. It works great and my events show as expected. when the next...
daypilot version 5.2.1672 When exporting to png the eventfontcolor seems to be using the headerfontcolor setting. Any attempt to set the eventfontcolor seems to be ignored by the export function. I n...
Here is my Print: int hourHeight = DayPilotCalendar1.CellsPerHour * DayPilotCalendar1.CellHeight; Response.Clear(); Response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disp...
A comment based on a recent support issue: Changing the Resources collection with ViewState turned off is a bit tricky. Resources collection can be defined in several ways: 1) When you have ViewState...