All Questions

Invalid JSON primitive error when in DOT NET NUKE

Is there anyone that can help me, please? i tried to use the DayPilotNavigator in a DNN application. when iselect the month on the left of the calendar, or i use the filter, the application raise the...

Scheduler CellWidth as percentage

The schulder with can be set with a percentage. So I can for example, set it to occupy 100% of the parent container. The CellWidth however, has to be specified in pixels. What usually happens is I ge...

Silverlight Day

Hi, As sliverlight 3 has been released is makes sense to build the project with this version even if it adds a delay to its release date, will this be the case? What is the expected release date as t...

IE 8 Issues

Right Click on an event in schedular causes causesbrowser menu to cover overa specified context menu. No work around in IE 8. Professional User..

How to shox timeline in daypilot Lite scheduler

Answered: I'm not sure what you mean, maybe this view? www.daypilot.org/demo/Lite/SchedulerTimeline.aspx You will find a source code of this page in the download package .

Integrating / extending the scheduler

I'm using the scheduler in resource mode with employees as resources, allocating them to appropriate events. I would like to add a couple of extra columns like 'Hours' and 'Wage' at the end of the sc...

ContextMenu CSS Support

Answered: CSS styling of the menu is now fully supported since 6.1 release: http://www.daypilot.org/daypilot-pro-6-1.html See also: http://www.daypilot.org/menu-css-class-styling.html

To set Z-index in DayPilot Month

Answered: The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified: <div style="z-index:1"> <DayPilot:DayPilotMonth ...... /> </div>

Navigator won't fire TimeRangeSelectedHandling event

I cannot get ant TimeRangeSelectedHandling evebts to fire. I am using the latest5.6 build 1820. Here is my markup: <DayPilot:DayPilotNavigator ID="dpNavigator" runat="server" TimeRangeSelectedHandlin...

BeforeCellRenderEventArgs BackgroundColor rendering in IE6

Answered: Please check that you are setting correct CSS-style formatted color strings to e.BackgroundColor in BeforeCellRender. It doesn't accept Color object. Example: protected void DayPilotScheduler1_Before...

Add CssClass to BeforeHeaderRenderEventArgs

I've noticed in the DayPilot.Web.Ui.Events. BeforeEventRenderEventArgs class as part of the DayPilotScheduler1_BeforeEventRender function there is a CssClass attribute which is extremely useful in st...

Time font color in month view

Is there a way to change the time font color in the month view? I'm not sure what property controls it.

Page Header Title Changing (Scheduler)

As far as I can remember (several months) this has never been an issue/bug. Recently, (past few weeks) when I look at the Scheduler demo located at www.daypilot.org/demo/Scheduler/ , I notice that th...

Dynamic Context Menu for events

I want to display different context menu for my events. I want this menu to be generated dynamically. How can I achive this??? I am using DayPilot 5.6

Setting z-index of DayPilot Scheduler

yet-another-z-index-issue-here. :-) I read about the same for Calendar and the like. however, playing with the IE8 developer toolbox I discovered that if I add the z-index attribute to the style tag ...

Disable range selection Calender

Hi, is it possible to disable the range selection in the calender? Im currently making a meetingbooking system were every meeting is taken 30 minuts. Every cell is 30 min and I want the user, not to ...

DayPilotNavigator ShowMonths moveMonth

Hi, The DayPilotNavigator has a property ShowMonths which shows an ammount of months on screen. The same property is used to navigate forth and back through time (moveMonth method used in Navigator.j...

How to search for a cell

Hey, i'm quite new to this, but is there a way to search for a cell in your DayPilotScheduler ? I want to change the background color of certain cells and currently I'm doing this in the BeforeCellRe...