All Questions

Show Date Range in Month View

How do you set the startdate / range for a month view? Ex. We want to show one week before the current week and three weeks after this week. My logic is this: DayPilotMonth1.StartDate = DateAdd(DateI...

Row header columns: span multiple rows

Is it possible to have a row header column span multiple rows. For instance: I have a building in which there are multiple rooms: building A room 1 room 2 building B room 1 room 2 room 3

DayPilot Month External Drag & Drop

Any chance on this feature? We currently have a nice calendar control with both the calendar and monthly calendar. I have had to disable the ability to drag events on when the month calendar is being...

Problem with Start Date field - ASP.NET

I have a strange problem when using DayPilotLite.... When I select a date range it brings up the model pop up fine. But when I try and insert it the Start Date field is cauing problems.... It shows d...

EventMove / EventResize only for a selected order

Let me see if i can express what i'm thinking.. In a scheduler where customers have appointments, it would be great to only be able to show the EventMove and EventResize options on a specific order. ...

Event relationship feature

Hi, Would be possible to add some sort of event relationship? For example, I would like to be able to specify that Event 2 depends on Event 1 and show an line with an arrow from Event 1 to Event 2. W...

Printing Calendar and Clear Type

Something wrong with Event text when Clear Type on server is ON, it isnt clear and easy to read. Column/row headers are Ok. Also, font color is stil taken from header - bug not fixed.

Firefox 3.6.10 for Mac Context Menu Issue

We have discovered a bit of a problem with the context menu on Firefox 3.6.10 for the Mac. This can be reproduced on the Live Demo on this site. If you right click on a calendar cell, the context men...

Keep scroll position

Hello, i'd like to know how to keep thy scroll position after postbacks or callbacks!? Thank u!

MenuItem wehere Command=Delete and Action=JavaScript fails

My code: <DayPilot:MenuItem Text="Delete" Action="JavaScript" Command='Delete' JavaScript="if (confirm('Delete ' + e.text() + ' ?')) dps1.eventMenuClickCallBack(e, command);"></DayPilot:MenuItem> Js:...

UpdateWithMessage not displaying

Hello, was wondering what im doing wrong here.. ive got UpdateWithMessage in my intellisense, and it doesnt throw an error when it runs but it doesnt do anything... Do i need to do anything on the .a...

Daypilot calendar binding on client side

Hi All, I am having Daypilot calendar in aspx page. Every 10 seconds an ajax timer fires and binds the calendar in codebehind. Due to performance hit we are trying to bind the Daypilot calendar using...

Cells with class previous and next are shifted by 1

Having a problem with DayPilotMonth 6.1.2116. While using classes, days that belong to the next and previous month are shifted by one. For example: -Viewing September -September 1st has class previou...

What is the purpose of Data property in Daypilot event

What is the purpose of having the Data property in daypilot event. I could not find the details in the daypilot documentation. Also what value is got from this property.

Bank Holidays

Hi, I am using the Scheduler lite version and have a working system which displays events while skipping weekends and bank holidays (Public holidays such as Xmas Day, Boxing Day, Easter Monday etc) t...

Week columns in Calendar.

I've created just the barest minimum aspx page with the markup shown below and when viewed in IE 6, 7 or 8 in compatibility mode the columns do not line up with the headers. Is there any way to fix t...