Questions Tagged how-to
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/
Integrated message bar add style
Hi all, I want to change the message bar his style depending of its type (error or warning). Now I tried : function afterRender(data) { if (data != null) { dps1.message(data.message, 5000, "#dc143c" ...
Scheduler month header should always be visible
Answered: This is not yet implemented but it's under development. It should become available in one of the future releases.
How to partially disable an event?
Hi, this is my first post. I want to disable partially disable scheduler event. e.g Event slot is from 00:00 to 23:30 I want to disable this event from 00:00 to 02:00 Regards, Muhammad Kamran Jr. Sof...
תצוגת לוח שנה מתוזמן
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...
Show Week End in DayPilot Scheduler
it is possible to show only business hours and Saturday/sunday in the DayPilot Scheduler ?
Scheduler: differrent views
it is possible to set different views for scheduler using, for example, the calendars to select daily, weekly or monthly as is the case in simple calendar?
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...
event for multiple days not correct on scheduler
I am trying to get an event on scheduler to span multiple days. The start and end date are 3 days apart but scheduler only shows the event on the first day (my scheduler groups by day & hour) but wit...
Calendar: CssClass for the event. how to in lite version?
Hello, I see in the last Lite 4.0.261 release for the Calendar version I can use CSS themes but I can't find how to customize the background color for single events on the calendar. I should use in B...
Month header for Scheduler
Hi, According to this overview, it should be possible to have week, month or year headers in the lite edition of the Schedular: http://www.daypilot.org/compare-versions.html But how? Thank you for ta...
Resolve resource id to resource name on rangeselected
Answered: Nvm... Answer is here: http://forums.daypilot.org/Topic.aspx/921/scheduler_resource_name_and_id That is - find the resource via dps.resources.
Display Calendar Verical
Hi, Is it possible to have the display of the calendar reversered? I want to be able to switch from default view which is the dates at the top and resources on the left. But I would also like to be r...
How do I change "resource-hover-color" ?
Answered: You can use crosshairColor and crosshairOpacity properties. The defaults:
.crosshairColor = 'Gray';
.crosshairOpacity = 20;
Scheduler Days View Overlapping events over day
Answered: The event order is resolved for each row separately. However, you can override the default order using custom event sorting: http://doc.daypilot.org/scheduler/event-sorting/
JSON error while dragging and droping an event
Answered: This is an old version that is no longer supported. Can you please give it a try with the latest release? http://www.daypilot.org/try.html Let me know if the problem persists.
Event Creation in dayPilot Pro
Hello Everybody, I am trying to create events in DayPilot Pro Demo but I am not able to create that as I can in "DayPilotLite". In DayPilotLite we can go to a new page when we click on TimeCell We ar...
DayPilot with IE 11
Answered: It's a problem of .NET not detecting IE 11 properly. There is a hotfix available (this one is for .NET Framework 4.0): http://support.microsoft.com/kb/2836939/en-us You can also add your own browser ...
first day of week
Answered: Please see here: Calendar http://doc.daypilot.org/calendar/first-day-of-week/ Month http://doc.daypilot.org/month/first-day-of-week/ Scheduler http://doc.daypilot.org/scheduler/first-day-of-week/
Copy and paste issues in scheduler
Hi, I have now solved the problem I had when copying and pasting events. I still have a few issues though that I would appreciate some help on. I right click on an event and copy (this bit works). Wh...
Object expected when pasting an event in Scheduler
Answered: It looks like you might be missing the DayPilot object reference when calling commandCallBack:
v.items = [{'text':'Paste', 'onclick':function() { var e = this.source; var command = this.item.comman...
ASP.net and MySql Support
I am trying to decide on a Scheduler Control addon for our website but our current Backend Database is MySQL. I have searched the forums and googled ever combination of DayPilot and MySQL but cannot ...
Recurrence Issue
I have an event in a database that needs to be set as recurring on the calendar. Currently I have a field called 'recurr' in the sql query for the data that is set to 1 for this event. How can I tell...
Duration Bar - Scheduler 7.6
Answered: Never mind. Just a .css difference between old and new. Set colour of duration bar in the style sheet, and removed "e.DurationBarColor = "#7cc144";" and it is now working properly.
scheduler - can i add more columsn on the resource side of the grid
Hi In the scheduler control can I add more columns on the resource side of the grid. Gary Goodwin
Only show weeks
We're trying to implement the DayScheduler in our booking system. In the system, we only allow friday-friday bookings. Is it possible only to show cells for weeknumbers, or when one pick a date in a ...
Changing Scheduler.CellGroupBy on runtime
Answered: Fixed it by adding "if (level == 0) groupBy = _scheduler.CellGroupBy;" to function "private TimeHeaderRow PrepareGroupline(int level)" in SchedulerTimeHeader.cs after line "GroupBy groupBy = _schedul...
Schedule Resources based on table
Answered: Yes, you can access Resources collection in the code behind. See a hint here (it's the doc for the Pro version but the mechanism is the same): http://doc.daypilot.org/scheduler/resource-loading/
EventClick, EventRightClick and all other mouse action handlers do not pass the event object (window.event in IE) to the javascript handler
Answered: I understand. Let me check how to do this.