Questions Tagged
Pro vs Lite
I just recently updated a project from Lite to Pro. One item users commented on was that previously (on lite) when they moved their mouse around(hover) the calendar it would highlight the open-time s...
DayPilotScheduler FreeTimeClickJavaScript return Resource Name for javascript function
I would like to add the resource name to the time that is being returned from the FreeTimeClickJavaScript property. I am currently calling freeClick('{0}'); - which returns the correct time... but I ...
Change side on client-side
I'm trying to update the height of the DayPilot Scheduler from the client-side using javascript. I can access the DayPilot object and set the height using dps.height. Changing this value, however, do...
Blue lines grid on top : error
I am populating about 100 slots each of 10/15 minutes in a week. There are strange blue lines appearing on top and at the end of every slot. When I try to edit any of the slot by clicking on it, blue...
Mutiline for daypilot cell
How to bind strings as multiline to daypilot ? i have tried like this dr["id"] =" Hello" + System.Environment.NewLine + " + "Daypilot""; its not wrking Any Help??
after CultureInfo change, no data is inserted on Database!
Hello from Brazil! I need a help from you, guys! Im using the example TutorialDayPilotSqlServer.zip and everything is working fine but if I change the CultureInfo no data is inserted on my database, ...
Event Secound Time Click Bug
In Daypilot Calendar If U Create One Event spposs Time 9 - 10 . and Event pop up Open . Now Cancel Pop and Secound Time Click On Same Time it Is Not Working...
Urgent: Scheduler resource view, call JavaScript when hovering over resource header.
Daypilot schedule allows you to display the bubble control when you hover the mouse over a resource header. I dont want to display the bubble but call some JavaScript. This is needed as the old appro...
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...