Active Questions
DayPilot Lite 3.0.210 Postback Control State Problem
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...
DotNetNuke Problem
Hi, since i updated to 5.1.1600.0 my scheduler does not show any cells or events in IE7(table-based-layout). I also get a Javascript Error. In Firefox(div-based-layout) the events and cells are shown...
(F58) Multiple columns in resource headers (DayPilotScheduler)
Hi I am very disappointed that this feature has been pushed back 2 months at the 11th hour from 4.6. Any help would be appreciated as this is a key requirement for me. Regards Andrew
Updating Navigator after event was dragged or resized.
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...
BeforeEventRender Dynamic scheduler
Hi, I am trying to adjust events in the BeforeEventRender in the DynamicScheduler. Problem is that that doesn't work properly for DurationBarColor and BackGroundColor. Code sample:
Protected S...
How to change event duration ar color related to database values
Hi All, I am trying to change event duration ar color related to database values in daily pilot lite(open source), can any please guide me..... Thanks, Sumesh
.NET 3.5 Update Panel
Hi I recently upgraded a project to .NET 3.5. Daypilot controls inside Updatepanels do not work anymore. Is there a fix for this? Regards Rohland
Update within an Update Panel does not work (VS 2008 and .NET 3.5)
Hello, I've converted our Web Project from a Visual Studio 2005 into a Visual Studio 2008 Project. Everything works fine but when I update the schedular within an update panel there only is the text ...
How to Print all th hours of the day?
Here is my Print: int hourHeight = DayPilotCalendar1.CellsPerHour * DayPilotCalendar1.CellHeight; Response.Clear(); Response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disp...
how to set friday as default start day in month view
how to set friday as default start day in month view
Filtering the resources dynamically (e.g. using a DropDown) with EnableViewState="false"
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...
Dynamic Resources
Hi, I'm using the DaypilotScheduler light...I am trying to get the projects on the left and fill in who is working on them (emp names) as the scheduled items. The problem is, the projects are dynamic...
Tree array not updated on scheduler callback
When a scheduler does a callback and the amount of resources change (see Forum 643 (bug)) the amount of tree nodes should be updated as well. If this doesn't happen the 'tree array' can go out of ran...
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
Detect external event move on server.
Hiya, I am looking to detect whether or not the event being moved is from an external source. This is available for client-side JavaScript but seemingly not for the server OnEventMove event. I only a...
this.colors[] is null in DayPilotSheduler
Hi When there is no collection on Resources and the page generates the error I this.colors [] is null. Thanks
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...
Hi, I am using schedular Control...With Snap to grid = true
And CellGroupBy=Hour and CellDuration =15 When i set any event at extreem time.. say from 11 PM with 1 hour range it goes to next day at first 15 min slot. Which looks confusing.... Any help will be ...
How can I dynamically change resources and event based on navigator in schedular?
Hi, i use the scheular control with navigator. I want to show the data which is based on the perticular date. First time i navigate to page then it shows the data for the date which is in navigator b...