All Questions

Scheduler Event Title Always Visible

Hoping someone out there can help answer if and how our request is possible. We are using the DP Pro Scheduler to show a multitude of events at the hourly level. Some events are only an hour, some ar...

How do I set the tag field when I create the event?

Answered: If you digg you shall find. Apparently you define what "tags" should be looked for in the row object. To define the tags i wrote this in the init-method: setDataTagFields("mytag1, mytag2"); Then: Row...

adding custom non business days in scheduler.

Answered: I suggest you check the dates in the "BeforeCellRender" event f your scheduler. Here you have all the data of the field, which you can use to cross reference with your own holidays list. If you deter...

Calendar columns width

Hi, It's any way to determine the with of then calendar's columns in ressource view. WidthInPrct property of column object become obsolet. I would like to have 3 columns per day with 1 smaller (20%),...

Moving events

Hi, Is it possible to move events (drag and drop) in the open source version of the Calendar? Thanks

Month BeforeEventRender Set BackgroundColor

Hi, Like the new feature in the scheduler, it is possible to replicate it to the Month object? What I want is to set custom backgroundcolor while using the CssOnly = true. Is this possible? Thanks in...

How to show a resource Bubble using Javascript

Answered: Thomas, you can use the following code: // bubble = DayPilot.Bubble object // dps = use ClientObjectName value (DayPilot.Scheduler object) // resource = resource id function showResourceBubble(bubble...

Event selecting programatically in DayPilotMonth

Answered: Since 7.1 SP4 it's possible to create an instance of this class by calling: EventInfo.Create(id) for regular events EventInto.CreateRecurring(masterId, start) for recurring events This will create an...

Different event colors in DayPilot Month

Answered: This is not hard at all. Here is a code snippet which I use for my offices which turn different events into different colors (based on the first two letters). Event: "FG - Out of Office" protected vo...

side-by-side events

I am using daypilot month in order to set events. On a daily basis we have two events that need to be side by side (i.e. two events which are half as long as normal events side-by-side as opposed to ...

Scheduler Demo 7.1.2734 Event issue when run locally

Hi, I downloaded the Trial solution and noticed that when running the TimeHeaders form the events are shown on the wrong days when it is run locally (the form hosted by DayPilot is fine). For example...

Month / Scheduler Control hangs IE9

DayPilot 7.1.2730 I have a page which displays a scheduler or month control within a jQuery UI tab page. I am using script to ensure that the tab control fills the available space, and I want the con...

Forum Responses

Hi All Is anyone processing the questions posted on the forums? I posted a question on 26/11 but have had no response, looks like same situation for other unanswered questions. I'm evaluating the pro...

Internet Explorer 6 daypilot scheduler compatibility

Hello, We are planning a new project for a company that still uses Internet Explorer 6 as main browser :( We tested you control and fits our requirements but we have a problem with daypilot 7 and new...

EventManager not found

Answered: OK I found it, you have to create this class on your own according to http://code.daypilot.org/62492/scheduler-for-asp-net-mvc-4-razor

MVC 4 Scheduler : Days & Row Heights

From the code below is t possible to identify why the row lines do not match when the scheduler is rendered. The size of the event row is not matching the size of the row header. Also, the scheduler ...