Active Questions
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
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_...