All Questions
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...
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 ...
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...
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 ...
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...
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
How to change the default holiday in schedular Control?
Answered: Customizing the background colors: http://www.daypilot.org/scheduler-custom-cell-rendering.html Hiding non-business days (including customization): http://www.daypilot.org/scheduler-hiding-non-busine...
DataTagFields - Want a server side only version (dont want data rendered for use in javascript)
Answered: It should be available in the 6.6 release: http://www.daypilot.org/daypilot-pro-6-6.html
Default view for schedular....
Answered: Hi, I got the way to do this. DayPilotScheduler1.SetScrollX(DayPilotScheduler1.StartDate.Date.AddHours(5)) thanks
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...
Highlighting Today
Answered: The little blue line is called DurationBar and in Lite version you can set fixed color for all events by setting DurationBarColor property. You can also decide if you want to see it or not by setting...
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...
Help with this databinding with Scheduler
Hi, I'm trying to use the scheduler to pull data from SQL and display. The problem is the grid comes up blank everytime...I don't understand why the data isn't binding or displaying or whatever...any...
Selection problem with DayPilotCalendar cell.
Hi! When using the dayPilot calendar control, the bug is also in the demo version, when I select an empty cell, and whether i then resize an existing event, or just right-click on my selected cell an...
external Drag and drop from inside iFrame
I have a problem where the drag and drop stops working randomly when you start the drag from inside an iframe by using parent.dragStart.. Sometimes this works just fine, other times the calendar wont...
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...
Prevent Time Range Selections
One last question then I'll leave you alone :-) In the scheduler is there an easierway to conditionally prevent a user from selecting an cell in the TimeRangeSelected event than calling my server sid...
Daypilot Scheduler header format
Hi, Is it possible to format the dates in the header for the Daypilot scheduler? I saw a couple of posts that said to use the HeaderDateFormat property but I do not see this property in the scheduler...
Resources in Scheduler
First off I must say this is an excellent control. Thanks for the effort and support. I have been tasked with a project in which I will be creating a booking application for vehicle testing. One requ...
Place DayPilotNavigator in separate contentpanel from Calendar?
Is this possible? The page has a master page with two content placeholders, one for the main page content and one underneath the nav menu on the left - I'd like to place the DayPilotNavigator control...
programatically set Event colour
Answered: Yes, it's possible using BeforeEventRender event. Please see: www.daypilot.org/daypilotcalendar-custom-event-rendering.html
Custom Event Object Styling
i have a layered approach and its going great, the only question i have is about the colouring. i am binding the control to a collection of Events. these events each have an "EventType" property that...
DayPilotScheduler.DataEndField error
this.DayPilotScheduler1.DataSource = table; this.DayPilotScheduler1.StartDate=algus; //2009-01-01 this.DayPilotScheduler1.DataStartField="START_DATE"; //2009-01-10 //correct this.DayPilotScheduler1.D...
Controlling calendar from JS
Is it possible to control the calendar mainly from Javascript. I mean adding events, changing views, etc. without resorting to postbacks/callbacks? thanks.
How can a export/print the DayPilot Month View
Answered: The Export (JPG/PNG/GIF) feature will be added to DayPilot Month in DayPilot Pro 5.8 release.
DayPilot Lite Scheduler
How do I go about getting my header columns like the example shown in the example below? http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx
DayPilotScheduler.Resources.IndexOf and DayPilotScheduler.Resources.Contains not working
so Lite version I am adding dynamically rescources, and Resources.Contains and Resources.IndexOf cannot find existing dsRooms.HOUSE_OCCUPATIONS_KUIDO_SDataTable table = new dsRooms.HOUSE_OCCUPATIONS_...