Questions Tagged
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 ...
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 ...
Alignment Issue with DayPilot Calendar Version : 6.4 SP1 in IE7
Answered: I think the compatibility mode is set in IE7 to run as IE6 browser. I had some problems as well with the calender layout (moved to the right). IE8 didn't have the problem. haven't tested it yet, but ...
How do I get a time remaining figure for the days schedule
I need to have the remaining availble time or unused time show by the event location on the scheduler on the left side for each locations day scheduled in the scheduler is this possible an if so how ...
Day Pilot calender events get cleared off after page post back caused by Drag & Drop off of a particular event
All the calender events get cleared of during drag and drop of a particular event. from analysis we found that 'BeforeEventRender' is not getting fired after 'Event_Move' triggers. we are handling al...
Day Pilot calender events get cleared off after page post back caused by Drag & Drop off of a particular event
All the calender events get cleared of during drag and drop of a particular event. from analysis we found that 'BeforeEventRender' is not getting fired after 'Event_Move' triggers. we are handling al...
Bubble + IE8 + Drag -> Move Event bug
similar problem as in : http://forums.daypilot.org/Topic.aspx/879/move_event_bug But only after bubble displayed... - Daypilot Pro 6.4 SP1 (6.4.2251.0) - Windows XP + IE8 + security patch 974455 (MS0...
about googlelike style
In the demo of google style,the head like google.Whether the head could be selected to create new event ,just like google? thanks a lot!
Where are the MVC tutorials?
Answered: The first MVC tutorial is now available: Tutorial: Monthly Calendar and SQL Server (C# and VB.NET)
MVC EditDetails of Scheduler Event, ModalPopup
Answered: The latest build (1.0.5276, please see the sandbox) includes a working implementation of a modal dialog (implemented as a separate page using modal.js from the ASP.NET version). It's bound to EventCl...
Navigator does not have DataRecurrenceField and so it does not highlight recurrent events
Answered: This didn't make it into the 6.5 release but it's a priority for the 6.6 release (scheduled for September 30, 2011): http://www.daypilot.org/daypilot-pro-6-6.html
Calendar Pro Touch Screen
Hi, Does anyone have any ideas on how to make DayPilot Calendar pro to work on a touch screen? I can't get the drag/drop etc to work. Thought maybe I needed to do something different with events?? Th...
Firefox for Mac Context Menu Issue
I posted a bug report about this in October that was confirmed by Dan Letecky (forums.daypilot.org/Topic.aspx/1156/firefox_3610_for_mac_context_menu_issue#3788). This is still a problem in Firefox 4 ...
Cell Duration
Is it possible to add property of CellDuration to the DayPilot Calendar. I need 15 minutes CellDuration.
Event delete confirmation? (DayPilot Scheduler)
Answered: The Lite edition doesn't have a client-side (JavaScript) API. You can handle the EventClick event using JavaScript but you will need to invoke the delete command manually using custom PostBack call o...
Does DayPilot Scheduler support to do Drag & Drop of multiple resources?
Hi all, I would like to use the DP scheduler for linking the tasks and the resources. For one task there may be more than one resource should be allocated and vice-versa. Please let me know how to go...
Can this be used as a timetable?
Answered: Yes, it can be used to show a timetable. You only need to transform your day value to a certain date. The easiest way would be to pick a year which starts on the same day of the week. That's the case...
Calendar Items property
Answered: Unfortunately, this change was not included in 6.5. I've put it in the plan for the next release. Meanwhile, I'd like to comment it a little bit. The Items collection stores events loaded from the Da...