All Questions
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...
DayPilot Month with cancelled DataSource error
Answered: Thanks! It's fixed now in build 2283. See the sandbox: http://www.daypilot.org/sandbox/
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.
DayPilot Month EventMoveHandling Javascript is not working now
Answered: Thanks for reporting the issue! It's fixed now in build 2281 (see the sandbox at http://www.daypilot.org/sandbox/).
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...
isBusiness in BeforeTimeHeaderRenderEventArgs
It would be nice in the scheduler to know when the header day is a business day or not!
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...
RecurrenceExpander.Expand generates wrong value for 'end' column
Answered: It's fixed now in the sandbox (build 6.4.2264). Thanks for reporting the issue!
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...
navigator visibleRangeChangedCallBack calls not working correctly
Answered: There was a bug in addClass method. It incorrectly cleared all element classes if the class to be added was already there. It's fixed now in build 2288 (see the sandbox). The updateFreeBusy() method ...
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...
Can the scheduler handle multiple time zones
Answered: Unfortunately, this scenario is not supported at the moment.
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...
how to set DurationBarColor colour from database
In database i have field called colour, it contain colour name like red, green. i want to setthese colour toDurationBarColor. Can somebody tell me how to do that.
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)
How to Custom Sort Resources
Answered: The order in which you add the resources to the Resources collection is preserved.
Need to know how to set event linear instead of stacked
I am using the scheduler in day view. I would like to have the times ofevents stack from the earliest available time. Example if the day starts at 7:00 am then the first filled event should be 7:00 a...
how do you show current day in week and day view
Answered: You can use DateTime.Today as DayPilotScheduler.StartDate. This will display today as the first day in the matrix. If you want to show a full week and just set the initial scroll position to today, u...
How to add different colors for days and weeks header
Answered: You can use BeforeTimeHeaderRender event handler to change properties of the time header cells. Example:
protected void DayPilotScheduler1_BeforeTimeHeaderRender(object sender, DayPilot.Web.Ui.Even...
Alignment Issue with DayPilot Calendar Version : 6.4 SP1 in IE7
Issue : The calendar (in resource mode) columns are not aligned properly with the header.Below the first 5 resources in the header, there is a blank space. The column which is supposed to come below ...