All Questions

Row Header Image

I want to put an image in the row header each row will have a different image. Can someone tell me why the code belowworks in DayPilot Lite but not in the Full version? DayPilotScheduler1.Resources.A...

Error with modal popup

Answered: Solved, not a bug!! My javascript function for modal called createEvent and this name interfered with firefox. Now called CreateEvent and working.

How to Override partial event with non business hours?

Hi, This is my very first post to DayPilot Forum. Whoever created it, I guess Dan, it is brilliant job. Let's start with my question, I am using DayPilot 5.6.1820.0 Pro version. I have DayPilotCalend...

Formatting Hours Display in Calendar

Is there an event to hook in to format the left-sided time column cells? I was hoping to change the innerHTML when the left-most cell, containing the time is rendered! I need to change the 24-hour fo...

Cannot execute a ASP.NET project with references to DayPilot

Hi: We are doing test with an ASP.NET project that uses the DayPilot Component. While we are running the application inside Visual Studio, everything works fine. The problem occurs when we copy the a...

How to modify ALLDAY - Text?

How can I modify the Allday-Display-Text? I know how to modify the text of an Event via the InnerHtml Property of the EventRenderArg e. But the Allday-Event shows the .Text property which is read-onl...

Two daypilot schedulers on one page. Render problem??

Hi All, For a current project, I have to scheduler on one page. Each scheduler is is stored in an Update panel. When one scheduler is modified and the current Update Panel is updated. We can see that...

Refresh after event drag and drop in calender

Hi, I use a CollapsiblePanelExtender (Ajax control) with 2 panels. In one of these panels I insert LI in the Form_load like this : Dim ctrl0 As HtmlGenericControl = New HtmlGenericControl("ul") Dim c...

How to set the background color dynamic

Hi, I've the problem that the background color is set in the codebehinnd, but isn't changed in the view. What's wrong with my implementation? The backgroundcolor is "#FFB612" and it will be changed t...

Hold time range after javascript handler

Currently I'm evaluating your (so far wonderful) product. I have some problems withthetime range selecting functionality. I would like to be able to determine the start- and end date/times of the sel...

Wildcard for resources

When adding resource columns to the Calendar view , can you specify a wildcard : e.g. Me.DayPilotCalendar1.Columns.Add("All Events", "[some wild card symbol here]")

DayPilot Pro 5.7 SP2 (showbusinesshours on Saturday)

Got a scheduler showing 1 day, when I navigate to Sat it falls over when showbusinesshours = false. Although Saturday has business set, looking at the screen in dp 5.6 seams to suggest that it contai...

TimeRangeSelected e.ColumnID empty after upgrade

I recently upgraded to 5.7 of the scheduler. Now the TimeRangeSelectedEventArgs.ColumnId and Resource are both empy when the even fires. e.ColumnId and e.Resource are both nothing. What happened? Whi...

DayPilot Pro 5.7 SP2 (2 Issues)

After updating from 5.6.1808. to DayPilot Pro 5.7 SP2 the following problems occurred in the calendar control (both IE7 & IE8 clients) When 2 events happen in sequence (e.g 09:30 - 10:30) & (10:30 - ...

ViewState exception

Hi, We are using Daypilot 5.6.1820. Sometimes when performing an action on the calendar control (e.g. moving, resizing events) we encounter the following exception: System.Web.HttpException: The stat...

View events on weekends

As per your Pro tutorial I have implemented in my application. I can add events on weekends but can't view them. I tried ShowNonBusiness="true". While debugging, in BeforeEventRender, I can get those...

Set colors/fonts of 1st 2 rows

Is it possible to change colors / font of 1st 2 rows of Scheduler. The first 2 rows include Month Name and day numbers. Header properties only affects the row headers - Room a, Room B, etc. Is it eve...

ShowNonBusiness=true and the Navigator

Hi, all! I have a problem with the DayPilotNavigator in combination with DayPilotScheduler. When ShowNonBusiness-property is set to "false" and I select a weekend-day in the Navigator , I got an java...

Add Event in Schedule Lite

Is it possible to add events in DayPilot Lite version. I can trap the OnClick event, show window and add details, add details to the table and I also bind it with the scheduler. But I cna't see event...

Problem displaying window to Add Event

This is the CreateEvent function function createEvent(start, end, resource) { alert("Inside Create Start = " & start.toString & " End = " & end.toString & " Resource = " & resource.toString); // var ...