Questions Tagged
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...
Calendar Localization
How do i set Localization in the calendar. I went through the demo and followed similar steps but the localization seems to be not working. I am currently working on Daypilot version 6.2.2181.0. Than...
The control specified in BoundDayPilotID is not a bindable DayPilot control.
hi i am using daypiliot latest DLL. when i am using a dropdownlist in page it is giving me error The control specified in BoundDayPilotID is not a bindable DayPilot control. plz help me and give me s...
Calendar - can you have one row for each day as well as per hour?
I have a court booking system which used the calendar. This shows bookings for each hour of the day. I would also like to be able to have one entry as the first row under the date which will hold com...
OverLoad Events
Hi guys. I have a little problem with the render ofthe events into DayPilot Calendar. I'd get the same effect in this example: http://www.daypilot.org/demo/Calendar/GoogleLike.aspxor http://www.daypi...
Scheduler + jQueryUI Tabs = wrong height
DayPilot v6.3.2226 I have a scheduler control contained within a jQueryUI tab. If I reload the scheduler using activityScheduler.commandCallBack("navigate", {start: startDate}); while the parent tab ...
MonthPicker YearStart/YearEnd Bug
Hi Dan, MonthPicker v1.0.21 used with DP Month v6.3.2226 Win 7 x32, SP1 IE 8.0, FF 3.6.14 When OnSelectionChanged is enabled on the MonthPicker control, adding the property AutoPostback=True causesMo...
Event backgroundColor problems when exporting to PNG
Hi, I'm having a slight issue with exporting a DayPilotMonth calendar to PNG format. Everything is great except one small problem, the events all have a backgroundColor (different colors based on the...