Questions Tagged
Scheduler, change schedule sequence
I have multiple schedules in one resource row, these schedules partly overlap.The order of displaying these schedules below each otherseems to be based on start time. The schedule with the earliest s...
Export the Calendar to a Bitmap either with API or a special printing page
Hello! Every example when it comes to export the Calendar to an image is trigged with a button click event from a page where the Calendar is allready rendered. I have tried to export the grid on Page...
Scheduler EventClickHandling="ContextMenu" broken
DayPilot 6.1.2116.1 / Windows 7 x64 EventClickHandling="ContextMenu" works on the Calendar control, but not on the Scheduler control. In Firefox 3.6.11, I get "this.data is undefined"; In IE8, I get:...
Show Date Range in Month View
How do you set the startdate / range for a month view? Ex. We want to show one week before the current week and three weeks after this week. My logic is this: DayPilotMonth1.StartDate = DateAdd(DateI...
Row header columns: span multiple rows
Is it possible to have a row header column span multiple rows. For instance: I have a building in which there are multiple rooms: building A room 1 room 2 building B room 1 room 2 room 3
DayPilot Month External Drag & Drop
Any chance on this feature? We currently have a nice calendar control with both the calendar and monthly calendar. I have had to disable the ability to drag events on when the month calendar is being...
Possible to have Left Click trigger Menu on TimeRange instead of Right?
I would like to use the Menu on TimeRange, but the only issue is that it requires a right click, which is not something that will work for my environment where right click is disabled. Do you have an...
Problem with Start Date field - ASP.NET
I have a strange problem when using DayPilotLite.... When I select a date range it brings up the model pop up fine. But when I try and insert it the Start Date field is cauing problems.... It shows d...
Event text without eventstarttime and eventendtime
How can I modify the source that the event text without the eventstarttime and eventendtime just like EventStartTime="false" and EventEndTime="false" in Pro?
EventMove / EventResize only for a selected order
Let me see if i can express what i'm thinking.. In a scheduler where customers have appointments, it would be great to only be able to show the EventMove and EventResize options on a specific order. ...
Event relationship feature
Hi, Would be possible to add some sort of event relationship? For example, I would like to be able to specify that Event 2 depends on Event 1 and show an line with an arrow from Event 1 to Event 2. W...
Daypilot Scheduler Repeat Header After Few Rows
I have a large dataset being displayed in a scheduler. Is there a way to repeat the header after say about 50 rows of data?
Printing Calendar and Clear Type
Something wrong with Event text when Clear Type on server is ON, it isnt clear and easy to read. Column/row headers are Ok. Also, font color is stil taken from header - bug not fixed.
Feel really dumb. How to create a project in VS2005 using source code
Answered: Hi Justin, Please take a look at www.daypilot.org/tutorial.html. It's a step by step tutorial that might help. Please let me know if there is something not clear enough in the tutorial.
Firefox 3.6.10 for Mac Context Menu Issue
We have discovered a bit of a problem with the context menu on Firefox 3.6.10 for the Mac. This can be reproduced on the Live Demo on this site. If you right click on a calendar cell, the context men...
Keep scroll position
Hello, i'd like to know how to keep thy scroll position after postbacks or callbacks!? Thank u!
Is it possible to freeze the header of the scheduler?
Answered: Figured it out: http://www.daypilot.org/scheduler-height-vertical-scrollbar.html
Day Pilot Lite Scheduler hide the Non-Business hours
Can I hide the Non-Business hours in the Scheduler? And Is there are way to reverse it so that the resources appear as columns while the time appears as rows? Thanks.
How do I export an image of the calendar and retain all event colours?
I've implemented printing with the Daypilot calendar using the image export method, however when the image is exported all the events are blue. How do I generate this image of the calendar and retain...
MenuItem wehere Command=Delete and Action=JavaScript fails
My code: <DayPilot:MenuItem Text="Delete" Action="JavaScript" Command='Delete' JavaScript="if (confirm('Delete ' + e.text() + ' ?')) dps1.eventMenuClickCallBack(e, command);"></DayPilot:MenuItem> Js:...
Where is the "production" copy of DayPilot.dll
I have written some code that used the DayPilot scheduler. This all works (except shows the word "DEMO" in the top left hand corner. I have now purchased a licence for DayyPilot Pro. I have tried dow...
UpdateWithMessage not displaying
Hello, was wondering what im doing wrong here.. ive got UpdateWithMessage in my intellisense, and it doesnt throw an error when it runs but it doesnt do anything... Do i need to do anything on the .a...
Daypilot calendar binding on client side
Hi All, I am having Daypilot calendar in aspx page. Every 10 seconds an ajax timer fires and binds the calendar in codebehind. Due to performance hit we are trying to bind the Daypilot calendar using...
Cells with class previous and next are shifted by 1
Having a problem with DayPilotMonth 6.1.2116. While using classes, days that belong to the next and previous month are shifted by one. For example: -Viewing September -September 1st has class previou...
What is the purpose of Data property in Daypilot event
What is the purpose of having the Data property in daypilot event. I could not find the details in the daypilot documentation. Also what value is got from this property.
NewResource property in eventmoved event handler does not give the correct value after postback
After upgrading from Daypilot 5.4 to 6.0 the NewResource property in eventmoved event handler does not give the correct value after postback. After the upgrade the drag and drop was not working when ...
Header and cells not aligned properly after upgrade to Daypilot 6.0
Hi, We recently tried updating from Daypilot 5.4 to 6.0. We could notice that the header and the calendar cells are not properly aligned. We have not written any custom code to handle the cells align...
Bank Holidays
Hi, I am using the Scheduler lite version and have a working system which displays events while skipping weekends and bank holidays (Public holidays such as Xmas Day, Boxing Day, Easter Monday etc) t...
I got Exception lke: Instance of JsonData doesn't hold a double
When iresize event in the demo applicationof the daypilot pro,Its giving exception like "Instance of JsonData doesn't hold a double".please give me reply as soon as possible thanks, Ganapati Panapana.
Week columns in Calendar.
I've created just the barest minimum aspx page with the markup shown below and when viewed in IE 6, 7 or 8 in compatibility mode the columns do not line up with the headers. Is there any way to fix t...