Questions Tagged
Move Event Handler
Answered: Sorry, I'm still not able to reproduce the problem. Please check also the MoveBy property (it determines the drag handlers): http://doc.daypilot.org/scheduler/event-drag-handlers/ > BTW,Is it possibl...
Calendar centering time column vertically when container is larger than content on newest version
Answered: The left cell was using valign="top" which doesn't work well anymore. It's now updated - can you please try the latest sandbox build (7.5.2989)? http://www.daypilot.org/sandbox/
Set a Resource as Unavailable for a Time Period on Scheduler
Answered: You can set custom background color, HTML and CSS class for individual grid cells using BeforeCellRender event handler: http://doc.daypilot.org/scheduler/cell-customization/
Scheduler: From DEMO to paid version; DEMO indicator gone, but now says "null" in top left corner
Answered: This looks like a bug. The "null" text comes from CornerHtml property. You can use DayPilotScheduler1.CornerHtml = String.Empty in Page_Load as a workaround.
Calendar control; showing only busniess hours, but with scrollbar to scroll through the hours and not scorlling the entire page
Answered: You can control the hour range using DayBeginsHour and DayEndsHour properties. See also: http://doc.daypilot.org/calendar/overnight-scheduling/ You should be able to combine it with HeightSpec as nee...
Where did .scheduler_<theme>_matrix_vertical_break go ?
Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/
Error on Internet Explorer
Answered: It should be fixed now, please see also http://forums.daypilot.org/Topic.aspx/2084/daypilot-timesheet-on-internet-explorer Thanks for reporting the problem!
DayPilot Timesheet on Internet Explorer
Answered: It should be fixed now both in the online demo and in the sample project. Let me know if there is still any problem.
Snap to Grid
Answered: I have created a simple tutorial that demonstrates how to do this: http://code.daypilot.org/98349/annual-leave-booking-asp-net-c-vb-sql-server It is based on the current sandbox version of DayPilot (...
Grouping Support
Answered: > Layer Multiple events: Group calendar view for multiple resources. Two options are available: 1. Resources in columns (Calendar control) http://mvc.daypilot.org/demo/Calendar/Resources 2. Resources...
Use jQuery datePicker to select the date
Answered: As soon as you know the selected date, you should send it to the server using commandCallBack() method in order to change the date and load the new event set. See ASP.NET MVC/Example 1 here: http://d...
Event Description
Answered: You can customize the event HTML using BeforeEventRender event: http://doc.daypilot.org/calendar/event-customization/ It is also possible to display additional event details on hover using event Bubb...
Cellduration for scheduler 1 day only
Answered: its ok i set the end date as a date variable and used date.adddays(-1) on the end date
How to add datatags to event bubble
i was trying to populate datatag fields in the event bubble but could not find any answer so i came up with my own hope it helps some one in future this is done server side when you hover above an ev...
How to show Event Calendar from jquery
Answered: Please see the doc for jQuery calendar plugin: http://doc.daypilot.org/calendar/jquery/ Your example would look like this:
<link type="text/css" rel="stylesheet" href="themes/calendar_white.css" />...
getting the column id via context menu javascript
Answered: Here is an example of a context menu used for time range selection:
<DayPilot:DayPilotMenu ID="DayPilotMenuSelection" runat="server" CssClassPrefix="menu_default">
<DayPilot:MenuItem A...
DayPilot Bubble and iOS
Answered: Hi Jim: iOS is supported but the available gestures are limited. That's why it doesn't support all the interaction options that are possible on the desktop. On events, it supports two actions: tap (t...
Clear all the events from the calendar
Answered: In the Lite version, there is no client-side API to do this. The only way is to look for event <div> elements using jQuery and delete them.
Restrict User
Answered: You can customize the event properties so certain actions (moving, clicking, etc.) are disabled: http://doc.daypilot.org/calendar/event-customization/ You can also add visual hints on read-only statu...
Shoeing time only form 9 AM
Answered: In the Calendar, you can change the business hours using BusinessBeginsHour and BusinessEndsHour: http://doc.daypilot.org/calendar/business-hours/ You can also change the HeightSpec value to show ful...
Show diferent intervals between one hour to another
Answered: You can use TimeHeaderCellDuration property to customize the time header cell size (Calendar): http://doc.daypilot.org/calendar/time-header-cell-duration/ OnBeforeTimeHeaderRender method can be used ...
Create event
Hi, How do I create an event in the lite version. There doesn't seem to be any tutorials for novices. Is there any walk through's out there? I've opened the demo in visual studio 2008 and when I clic...
Sub tasks for Gantt
Answered: The Gantt API will be extended in the near future. At this moment you need to use viewType="Resources" and fill the Resources collection as necessary.
can't bind to DayPilotMonth
Answered: Please check this troubleshooting guide for loading events in the Scheduler: http://kb.daypilot.org/101644/events-not-showing-up-in-the-scheduler/ See also the doc on loading events: http://doc.daypi...
Highlight Events in Navigator
Answered: The documentation page is now updated with a MVC howto: http://doc.daypilot.org/navigator/highlighting-busy-days/ You need DayPilot Pro for ASP.NET MVC 7.3 or higher.
Line 27 error
All my other pages with DayPilot features are running fine, but the main calendar page continues to hang on this one line of code. I added a Modal Popup for the calendar, to add appointments, and thi...
trying to remove a resource row removes incorrect resource cells
Hi Dan, I have added a functionality to remove a resource from the scheduler control by clicking on an icon in the resource header. How I accomplish this is by iterating over dps.resources array to f...
How to delete event in DayPilot Lite Calendar
Answered: To refresh the calendar (Lite), you need to place it inside an UpdatePanel and call UpdatePanel.Update().
Recurrent resource's event problem
Hi, I have a scheduler with a hierarchical resource tree. In this tree I have some recurrent resources (with the same ID). At the moment the recurrent resource's events appear only at the first occur...