Active Questions
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...
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.
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
Scheduler onload only renders half the area
Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/
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.
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!
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...
Internet Explorer 6 daypilot scheduler compatibility
Hello, We are planning a new project for a company that still uses Internet Explorer 6 as main browser :( We tested you control and fits our requirements but we have a problem with daypilot 7 and new...
Trying to deploy on web server
Answered: The problem wasn't the DayPilot dll file which you show on the live server. The problem was that you used that dll somewhere else, when you generated the resources, timeheaders and events and didn't ...
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 (...
Is there a way to print a DayPilot Month, Calendar or Scheduler for MVC
Answered: Image export is not implemented for the MVC version yet. It might be available in the 7.2 release.
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...
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...
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...
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" />...
How to get parent resource id
Hi, I'm using daypilot scheduier. Dynamically i'm creating the resource tree . My code is like below Resource res = new Resource(StoreName, StoreID); DayPilotScheduler1.Resources.Add(res); res.Childr...
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...
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.
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...