All Questions

Trying to deploy on web server

Answered: The problem wasn't the DayPilot dll file which you show on the live server. The problem was that you used that dll somewhere else, when you generated the resources, timeheaders and events and didn't ...

Split/Linked Events

Hi there, I'm sure what I need to do is possible with the current feature set of DayPilot Calendar but I can't quite figure it out and if anyone can offer any advice it'd be great. What I need is EIT...

Not finding DayPilot.Web.Ui.Events

Hello, I'm currently working on a school project and I'm struggling getting BeforeEventRenderEventArgs working to be able to change the background color depending on what kind of event I'm scheduling...

Firebug Error: e is not defined

Hi, I'm using the latest version of DayPilot Lite. I'm trying to handle the event click events on the client side using the code from the tutorial section but the event object is not being instantiat...

Is it possible to drag and drop on an existing event.

Answered: It's not directly supported at this moment. However, it's possible to use one of the ajax libraries that support drag&drop and register the event div as a drop target using AfterEventRenderJavaScript...

Week bussinessCell

Hello, there are problem with coloring Cell. You are colorig them by BackColor or NonBussinessbackColor. Problem is there after export some weeks start for example on monday, another in saturday. The...

Width Problem

Answered: If anyone has the same trouble as I do, here is where i found the solution http://www.daypilot.org/daypilotscheduler-layout.html

Export image - events have dissapeared___

Hi - i've got a problem in exporting an image. It used to work but now all I get is the background and no events my codee is protected void ButtonExport_Click(object sender, EventArgs e) { // int hou...

Day Pilot Help -- Always directs me to todays date.

Hello, I'm using the Day Pilot Scheduler and I have a problem. I have three aspx pages (Scheduler, NewEvent, EditEvent). When I load the app. It takes me to the current day (5/28/2010). Which it shou...

Problem with custom headers

Hi. I've a problem using custom headers. It all works perfect untill I change the date selection, then the date header remains the same but all of my events disapear. WHen I click back to the current...

Printing Schedule using VB

I see that it is possible to print to a PNG file using C. I don't see how to do this with Visual Basic. Can someone help me with this? Thanks, Mark

get rid of the alt/title tags

Hi - I have html alt / title tages which appear over my events - I dont want them as I'm using the daypilot bubble - I cannot find a way to turn off the alt tags and they are annoying. Any ideas anyo...

Dragging items from a data grid to daypilot control.

Hi, My question is suppose I create a datagrid bound to a data a table in my database. Now I want to drag a item in my datagrid cell to daypilot control the item should disappear from my datagrid and...

Javascript error in v5.9 SP2 Calendar

Hi We've just attempted to upgrade from v5.8.1968.0 to v5.9.2029, but have had to rollback. In the new version, whenever we select a menu item in a DayPilotMenu we get a javascript error: Microsoft J...

How to add list of items to Day pilot?

Let's say I have a ASP.Net bulleted list control having items that I want to add to Day Pilot control. The items should have name property, start date property and end date property. I want to add th...

Pass and receive a variable to event move

Hi. I need to pass a variable to event move from the client side. I'm working with this code: Sending with function moveEvent(e, newStart, newEnd, oldColumn, newColumn) { var myArray = ['a', 'b', 'c'...

Open a new window using window.open

I use contextmenu to print a report. I test the command of DayPilotScheduler1_EventMenuClick which is "print" I want to open a new form and i use (which works with other page in vb.net) "<script lang...

DayPilotScheduler1.Update(CallBackUpdateType.Full)

In my programm I want let the user decide about a few properties of my scheduler. for example height by clicking on an imagebutton, or cellgroupby by clicking on a radiobutton. But why does the sched...

Context menus.

Hi, It is possible to display a context menu when not selecting an event? At the moment I have it switching between different context menus for different events, however I was wondering if I could cl...

How to add days manually?

I need a way to skip a day within my week. Like monday, tuesday, thursday... Is there a way to manually add days to the calendar so I can achieve this instead of the days being all auto-generated by ...

IE6/IE7 Memory Usage

Hi, We're currently building a scheduling app for a client. We have found that with reasonable of resources returned (e.g. 50-100) and a reasonable amount of appointments, the memory usage/performanc...