All Questions

Level in header

Answered: Hi Eneko The second level that you say, is for the alldaysevent property, if you put this to "false" it's disappears Regards

Show event

Answered: Hi You only change the property UseEventBoxex to "Never" Regards

New HeightSpec value

Answered: In the 6.5 release ( http://www.daypilot.org/daypilot-pro-6-5.html ), it will be possible to specify the displayed hours range independently of the business hours and HeightSpec using DayBeginsHour a...

Loading label for Daypilot month

Answered: I've added it to the wishlist. It might appear in the 6.5 release: http://www.daypilot.org/daypilot-pro-6-5.html

It is not compatible with vs 2010

Answered: The trial version 6.4.2286 now includes two solution files: DayPilotTrial2008.sln - Visual Studio 2008 solution, targeting .NET Framework 2.0 DayPilotTrial2010.sln- Visual Studio 2010 solution, targe...

Using MVC Calendar

Answered: After a bit of work, I've answered both these questions myself. Limiting hours displayed can be accomplished by setting HeightSpec = HeightSpec.BusinessHoursNoScroll Passing in data to the calendar o...

Problem with datatable?

Answered: You have probably used one of the tutorials that work with an embedded SQLite database. You should replace SQLiteDataAdapter with SqlDataAdapter to use SQL server instead.

How to delete an selected element with a supr keypress

Answered: This is difficult to do. It would be possible to catch the keydown/keypress event but since there is no focusable element it would be necessary to do it for the window object. This could potentially ...

Scheduler ScrollX isnt updated

The property ScrollX in the scheduler isn't updated when we set the date to scroll to. It is only calculated on the first design time and never more recalculated, so on postbacks, SetScroll doenst wo...

Script Manager/Update panel and others

Answered: Hi. Apologies for the delay. In the DayPilot Lite demo, there is one page that demonstrates how to use it with UpdatePanel from ASP.NET AJAX Extensions. That page is UpdatePanel.aspx . You don't need...

TimeRangeSelected event called with nothing selected

In the scheduler, if you click and hold the button in the middle of a event(not the drag zone) and drag the mouse to somewhere else in the scheduler, it fires the timerangeselected event! In your exa...

WeekQuarterDay

Hello * i wanted to implement a new Zoom called "WeekQuarterDay". So that you can see one day divided in 4 cells (0- 6; 6 - 12; 12-18;18-24). Almost everythink seems to be fine..but I got one problem...

Problem in IE9

Hi , I amstudying it with trial version. It a great control. But I got a problem. I tried to show a ModalPopupExtender whichbasesonajax in the OnEventClick event. So that I can edit schedule in that ...

ImageLink Button Causing Problems

I am using the control in "Scheduler" mode. The left most column holds the day. As the control is generated, I am adding a link button that calls a javascript method which, in turn, causes a post bac...

ImageLink Button Causing Problems

I am using the control in "Scheduler" mode. The left most column holds the day. As the control is generated, I am adding a link button that calls a javascript method which, in turn, causes a post bac...

Different Line Color for 30 Minute Mark

Greetings! We're working with DayPilot Pro, and would like to have a different colored line for the 30 minute mark. I'll clarify with an example: We'd like to have: The 1:00pm line be red. The 1:30pm...

only current date in popup ?

Hello, When we use this code, the time in the popup is right, but date gives only current date, not the navigated date. Calender itself is navigating properly. Isnt "start" the NAVIGATED date ? <dayp...

Recurring All Day Events

I have a problem when creating a recurring all day event.... The calendar renders the event just fine, but there doesn't appear to be a way to do anything with the event once it's on the calendar. Fo...

IE9 OnTimeRangeSelected off by 3.5 hours

If you click/drag through cells of the DayPilotScheduler, the cells selected are 3.5 hours in the past. So, drag between 18:00 through 19:00, and the sells selected, and what is registered in code be...

Event Text Color

Hi, Great product, and even better support! I was wondering if it's possible to add event text/forecolor and/or cssClass as a property we can set via code-behind to the wishlist. I'm using this as a ...

daypilot schedular printing issue

Answered: If the scheduler works the same as the Month control, n the relevant Before_Render event, check Control.IsExport before writing your HTML (you can export with plain text instead)