All Questions

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

add a event

how to add a new event in a calendar control- i am very new to this one

Non Business hour & CSS

Hello everybody, I'm trying DayPilot Pro for my company in order to know if DayPilot (Scheduler) is a great solution for us and I would like to know how to set non business hour BackColor in a CSS fi...

how to limit what hours are displayed in Scheduler?

Hi, I am using daypilot lite and was wondering if there is any way I can limit what hours are displayed in scheduler when using a daily view? I'd like just to offer times from 9-6pm for example, and ...

Drag over multiple days

Hi, Is it possible to enable a booking to go over several days when using the Calendar? At the moment, I have the Cal in week view, and a secondary scheduler in month and resource view to enable mult...

Daypilot 5.1 Sp1 Cannot move events without jscript error

Hi, We have just upgraded from 4.9 to 5.1 Sp1 and events in DayPilot Calendar can no longer be moved without the following error when debugging is turned on in IE7 Microsoft JScript runtime error: '$...

How to print a calendar?

Answered: After some experimenting, I've found a workaround. The following code prompts the user to open/save the image. This makes it printable from IE as well. Response.Clear(); Response.ContentType = "image...

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...

Problems with Scheduler (all versions)

I am trying to redirect to a new page in the EventClick method of the control. I am using Visual Studio 2008 and IE7. Here is the error: Event: Void AbortInternal() Message: Thread was being aborted....

FireFox does not handle ToolTip containing '\n' correctly

Hi, I am just starting to use the DayPilotCalendar control. I have created ToolTips that contain the '\n' character. These ToolTips display correctly in IE, but in FireFox the '\n' characer is being ...

Data for the view date range.

I am evaluating this product for a project. When the calendar is loaded or when user changes/drills intothe view, how can I get the date range so I limit my result set from database for that date ran...

Data for the view date range.

I am evaluating this product for a project. When the calendar is loaded or when user changes/drills intothe view, how can I get the date range so I limit my result set from database for that date ran...

Support for ASP.NET MVC

Answered: DayPilot Pro for ASP.NET MVC 1.0 is now available.

CSS Support

Answered: CSS support for DayPilot Month was added in 5.5 release . See also DayPilot Month: CSS Class Styling .

Fixed times when scrolling on day pilot calendar?

My day pilot calendar has a number of resources; the problem iam having is after scrolling the screen to see specific resources, its no longer possible to see the times down the left hand side making...

Can't change TimeRangeSelectedHandling at runtime

Hi! I have some problem changing TimeRangeSelectedHandling server-side. I'm using buttons outside the calendar to do things server-side, When I then try to set CallBack as Handling, nothing happens. ...

Unexpected time for dayVisibleEnd in DayPilot Lite

DayPilot with properties: BusinessBeginsHour="0" BusinessEndsHour="24" Days="7" one event: dr = dt.NewRow(); dr["id"] = 1; dr["start"] = Convert.ToDateTime("23:00"); dr["end"] = Convert.ToDateTime("2...

DayPilot Lite problem

I have detect small problem in DayPilot Lite. When i use DayPilot Lite Demo - Event handling the control show the event #4 and event #5 twice in the correct day and in the previous day. Why this happ...

BeforeEventRender in DayPilotlite not hitting

Hi, I want to change the individual cell color in daypilot lite depending on certain condition. So, I've modified the source code by adding beforeeventrender handler like this public class BeforeEven...

Daypilot Schedular not working with Gaia --- URGENT

Hi... If you have any gaia web widgetscontrol on a page with Daypilot schedular, the daypilot schedular does not work... e.g. Event move, event resize, navigation into next/previous day, zoom, etc. a...

Adding Resources programmatically to Scheduler

Hi, I am trying to add resources programmatically with out the whole page is reloaded. if I have a button which removes all resources and adds a new set of resources it doesn't get updated unless I r...