Questions Tagged
problems on daypilot Lite
i already added the dll of daypilotLite but it only appears on my toolbox a readonly daypilot icon how can i use this..now
How is it possible to add different ContextMenuResourceID's , i.e. Resource Header Menus??
How is it possible to add different ContextMenuResourceID's , i.e. several Resource Header Menus to DayPilotScheduler? TIA.
Hide time header
Answered: Almost. You can make HeaderHeight="1". "0" will cause an error. Change HeaderFontSize to "0pt" and remove OnBeforeResHeaderRender.
Can I change the hour box from 1 to 1.30
Hi. My customer requirement is to divide the day not by hours. He wants it to be 90 mins. Now the hour dividing line is for one hour (60 mins). Can I change it to 90 mins??
Javascript Error this.table.offsetWidth is Null
We use DayPilotPro-6.0.2078. The error throws in Scheduler.src.js on line 2598. I change the code into the following:
this.setRightColWidth = function(div) {
if (this.getLayou...
Footer row in Scheduler
Is there any way to add footer row in DayPilot Scheduler? as I would like to display the total noof Resources and total no of events.
Problem with long events
Hey. I'm using DayPilot Lite and I "think" I have a problem. When I have a long event (eg: starts today and have a week of duration), when the events render in the calendar, just the box within today...
reminder picture in event?
Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one? If not, will this feature b...
Remainder picture in event?
Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one? If not, will this feature b...
How do I get rid of the extra column on the left from the demo?
The demo on this site and the trial I downloaded show an extra column on the left of the navigator. It is a column that's outside of a normal week, all of the days of the week are already displayed w...
How do I only show Monday - Friday with the calender?
My calender is currently showing Sat thru Thursday with the number of days set to 5. I want days set to 5 but I want it to show Monday - Friday only. Is there a way to do this?
Can the day pilot navigator be displayed horizontally?
Is there a way to display the navigator horizontally? If so. how is this done? I looked at the properties in the code behind with intellisense but couldn't find a property that would do this.
what is the daypilot.xml file?
Answered: This file includes the API documentation generated from the source code. It is not necessary to include it but if you do Visual Studio will display the documentation inline. You can browse the API do...
Synchronize Scrolling on two Scheduler controls
Hi there! I would like to synchronize the horizontal scrollbars across two separate scheduler controls. I understand that this must be handled in javascript somehow to get it to work on the client si...
Calendar callback hangs if formsauth login has timed out
Hi, I'm hoping someone has experienced this and has a solution or work-around. We are using the daypilot calendar on a page and most of the handling is done via jQuery, JSON, and callbacks. The probl...
All day events not working in Calendar
Hi In v6.0.2076.0 our All Day Events don't seem to be working, if we rollback to our previous version (v5.8) they work again. If we make an event an all day event it disappears, it's not rendered at ...
Unable to show alert message if written in Calendar Control
When iam writing any alert messages using Script manager then it is not populating.
Will there be API documentation available for Day Pilot Pro 6.0
I noticed the API documentation is a couple versions behind. Will it be released for version 6.0?
Does the Day Pilot Pro trial have all of the features enabled?
Answered: Yes, it includes everything so you can test everything you want. You have a little [DEMO] tag on your components but it's perfect to test the water. Hope that helps you! Bbq
daypilot for windows form
Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...
Scroll labels don't show
Answered: Scroll labels are available again since 6.2 SP6 release: http://www.daypilot.org/daypilot-pro-6-2-sp6.html
SetScrollX Resolution
Hi there, I'm currently working on a project that requires the column divisions to be 30 minutes apart and grouped by the hour however when I try to use SetScrollX(DateTime.Now.Subtract(TimeSpan.From...
How do I add context menu to DayPilot Lite demo?
I got the Day Pilot Lite to work on my machine. I want the context menu that opens with a right click to work with the demo? Is it only available with the Pro version?
Custom Data Help
I am using DayPilot Calendar 5.9 I use this EventMoveJavaScript="dpc1.eventMoveCallBack(e, newStart, newEnd, oldColumn, newColumn, true)" In the 6th parameter, I put a boolean object. In the codebehi...
Event Time Range
We formatted our event info with time range (9:00 - 10:00). When I look at an event in the calendar I see two event time ranges. 1) is the time range we formatted for the DataTextField\Event info, an...
Event Text Obscured
Hi, Suppose I have an event which is 10 minutes long. I display event info which is 3-4 lines of text. The day and week calendars show only the top 1 1/2 lines of the text. The remaining lines of tex...
Open pop up while moving in DayPilot Schedular
i am trying to open popup for confirmation like it wil ask you eg. (i have 3 work order i am trying to move 2nd Work order while moving it will ask you do u you want move 2nd workorder or all the wor...
Set up a calendar using VB.Net and a SQL Server database
Answered: See also http://code.daypilot.org for tutorials with sample source code (C# and VB.NET). Examples that use the calendar and SQL Server (ASP.NET WebForms): Shift scheduling tutorial http://code.daypil...
CSS Syling Options
Esteemed Foros, I have been to this link... http://www.daypilot.org/calendar-css-class-styling.html ...but the styling for external CSS seems very limited. Is there a more complete list of stylling a...