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...
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:...
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...
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
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...
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...
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...
How can I modify the source that the event text without the eventstarttime and eventendtime just like EventStartTime="false" and EventEndTime="false" in Pro?
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. ...
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...
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.
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.
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...
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.
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...
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...
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...
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...
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 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.
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 ...
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...
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...
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 Panapa...
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...
Answered: This can be done, but: 1. You need to separate the actual events from resource links in you database. Each event could be possibly linked to several resources so you need one more table for the link....