Active Questions
How to call javaScript method from CallBack DayPilotCalendar1_EventClick
Answered: It depends on what you actually want to do (and it looks like #1 is what you are looking for): 1. If you only want to call a client-side method, use EventClickHandling="JavaScript" and specify your j...
Calendar for different users? (Users can only view/edit their own events)
Answered: This has to be done on several levels: 1. You can use the authentication system you already have in place to identify the current user. 2. Let's simplify the authorization rules (ACL) to general "rol...
MVC 5 support
Answered: The 7.7 SP1 release includes binaries for ASP.NET MVC 5 as well: http://mvc.daypilot.org/daypilot-pro-for-asp-net-mvc-7-7-sp1/
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/
Initialize daypilot in a separate window (window popup, window.open)
Maybe there are more than one problem but i'm stuck at pretty much the first row. I am trying to allow my users to make the scheduler/calendar "fullscreen" by snapping it out of the main window into ...
Move/Drag multiple events
hi Dan, besides selecting multiple events, would be also cool if the user is able to move or drag n drop multiple events in scheduler e.g. by pressing ctrl key? And all of event or callback argument ...
RowHeaderColumn only vertical
Answered: It should be fixed now in version 7.6.2997. You can test it in the sandbox: http://www.daypilot.org/sandbox/Scheduler/RowHeaderColumns.aspx
How to be locked some of the events from the database : Javascript
Answered: You can use 'moveDisabled' property:
var e = new DayPilot.Event({
start:new DayPilot.Date(),
end:(new DayPilot.Date()).addHours(5),
id: DayPilot.guid(),
text: "New Event",
resour...
Scheduler: Multiple Tasks Per Row Where ViewMode=Gantt
Answered: The problem #1 can be solved by generating the rows manually (it's really simple) as demonstrated in the Gantt tutorial at http://code.daypilot.org/68118/gantt-chart-tutorial-asp-net-sql-server-c-vb-...
Multiple DayPilotCalendar on single ASP form
Hi All, I have created a user control for Daypilotcalendar, now in .aspx page i have added single DayPilotnavigator. Now from database i read multiple users and create calendar from user control in s...
Bubble
Answered: You probably mean the ToolTip (based on HTML title attribute). You can disable it using ShowToolTip property: http://doc.daypilot.org/month/event-bubble/
How to listen or get the key event in scheduler e.g. delete key
Answered: The Scheduler doesn't contain any element that can get focus. You can detect the Delete key for the whole page using the following code:
<script type="text/javascript">
$(document).keyup(function ...
All Day Events in Month View
How do you implement 'all-day' events in the month view. If the client wants to show the event start time it is still showing for events that have a start and end time of 00:00:00. What is the correc...
תצוגת לוח שנה מתוזמן
Answered: This is the English version as translated by Google: "Is it possible to change the day view calendar will be scheduled so that, for hours and across the rooms?" This translation is not perfect so thi...
Daypilot Calendar - JS crashes on hover off header
Answered: This issue should be fixed by upgrading DayPilot.dll to the latest version. The updated Timetable Tutorial code now includes DayPilot version 7.6 that fixes the problem: http://code.daypilot.org/6510...
Problems with Event Resizing
Answered: This turned out to be a bug of the 7.1 release that was used in the Timetable Tutorial. The tutorial is now updated with the latest release (7.6) and the problem is fixed. http://code.daypilot.org/65...
How to move/scroll (horizontally) using drag in scheduler
Answered: This behavior is only supported on touch devices. Dragging in the grid will scroll the area. In order to start selecting a time range you need to hold the finger for a while.
IE 8 - DayPilot Schedular throws javascript exception
Answered: This problem was fixed in 7.1 SP2: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp2.html
How to remove the Demo text from DayPilotMonth Control
I used DayPivotMonth Control .But in the left corner its written as Demo..How can i remove that?
Drag and Drop doesn't work when ShowNonBusiness = false
Version: DayPilotProMvcTrial-7.6.5625 Once I set below properties BusinessBeginsHour = 8, BusinessEndsHour = 17, ShowNonBusiness = false for scheduler (timeline view), drag and drop feature stops wor...