Active Questions
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...
IE8 support
I don't see IE8 on the roadmap. Currently tests of DayPilot 4.9 on IE8 Fail for the on-line sandbox demo. The users is left with 'Loading' message in the upper left. Examining the error shows User Ag...
Event moving and resizing ....getting away with snap to grid
Hi... Thanks for the excellent work you are doing. Keep it up... Now straight to the issue. While moving or resizing events, they always snap to the grid. Can we move or resize the events without the...
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...
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...
Problems with Scheduler version 5.1.1602
I cannot for the life me change the forecolor (font color)of the hours headers. They can be set when editing the page, but when the page is run they revert to their default colors. This is not an iss...
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...
programatically set Event colour
Answered: Yes, it's possible using BeforeEventRender event. Please see: www.daypilot.org/daypilotcalendar-custom-event-rendering.html
Line for actual time
hello! Is it possible to show a line for the actual time in the scheduler control? greetins Stefan
Object Oriented Prgramming
Hi, I am trying to modify DemoSQL. I am using 3 tier achitecture.How can I use an object to insert the New Event into the database? Thanks
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
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.
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_...
Settings for Month View
How can I setup a Month view as shown in the online Demo? I have used the days property = 31. But now the calendar shows columns for every day (31 days) and every hour just like a week view with 31 c...
want to move an event to a resource which is not currently visible
i want to move an event using drag and drop to a resource which is not currently visible on the scheduler. Is it possible to move the vertical scroll bar automatically as I drag the mouse downwards. ...
Javascript error 'previousSibling' is Null or is not an object.
Hi! I'm getting this error when double clicking on a calendar row. Here' s me declarative code : <DayPilot:DayPilotCalendar ID="DayPilotCalendar1" DataStartField="Start" DataEndField="End" DataTextFi...
Only allow users to edit their own events
I am using the Scheduler asa shared calendar for booking resources. So I don't want one user to be able to edit another's bookings. Is there a way to go aboutdoing this? Thanks!