Active Questions
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...
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...
How do I connect DayPilot Navigator with DayPilot Month in VB.NET?
Answered: I'll try to clarify: There are two events that the Navigator control is firing: VisibleRangeChanged - fires when the user clicks the < or > links in the navigator header (to switch to the next/previo...
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...
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.
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...
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.
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...
How to search for a cell
Hey, i'm quite new to this, but is there a way to search for a cell in your DayPilotScheduler ? I want to change the background color of certain cells and currently I'm doing this in the BeforeCellRe...
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. ...
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?