Active Questions
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...
How to display a message after eventmove
I handle the eventmove on the server side. But dependend on the selected event, the user is not allowed to move the event. Then I would like to display a message like "You are not allowed to move the...
Default view for schedular....
Answered: Hi, I got the way to do this. DayPilotScheduler1.SetScrollX(DayPilotScheduler1.StartDate.Date.AddHours(5)) thanks
What is DayPilot:DayPilotBubble control for?
i have gone through the documentation's. i am not able to understand what a bubble is ?
PROBLEM WHILE RAISING SERVER SIDE EVENTS
Answered: Download the trial of the Pro version. In the DemoSQL directory, there is a working example of the ModalPopupExtender for editing the events. You just need to adjust it a little bit (event names, etc...
Ability to set event as selected from code
Answered: Yes its possible in the pro version, just use add a bubble control to the page and link the event to it or you could just call a modal popup if your using ms ajax in .net