Questions Tagged how-to
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...
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...
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
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...
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...
Plan multiple resources in the scheduler in one go?
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....
Scheduler - increase the height of the event drag handle
I've replaced the event DurationBarImageUrl with a custom image that is deeper than than normal. Is it possible to increase the height of the active 'drag handle' for an event area so that it consist...
Scheduler - Freeze top row (or n rows)
Is it possible to freeze the first resource row in the scheduler control like you can in Excel? Reason: The first resource in my schedule is the "unscheduled" resource....all bookings made are placed...
Scheduler event formatting
Hi, I was wondering if anyone had success customizing how events look. I am able to change the header and body colors but have not been able to change the border color of the event. I would also want...
How to modify the width of a ressource column?
Hello, I'm trying to create a small and a bigger column for each day in calendar, and I see that the property WidthPct is deprecated. And I didn't find how to do it with css. Have anybody an idea? Th...
Exporting DayPilotMonth to image gives parsing error
Any advice or sample code on how to successfully use the new Export() method for DayPilotMonth? I am getting the error: Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorExce...
Set startDate and selectionStart on Navigator
I use several buttons to jump to predefined dates in calendar. This can be done using dpc1.commandCallBack('command', date);. Unfortunately, the Navigator does not reflect the changes in calendar. Ho...
Add a image in a event
I would like to add a little image in the events of the DayPilotMonth Calendar. I don't find a solution when i use the BeforeCellRender method. Anyone have a solution ?? Thanks Frdric
Update Navigator from Calendar
Is it possible to update the busy days in Navigator on insertion / deletion of events? After inserting few events in Calendar, the Navigator does not reflect this changes... I tried calling 'DayPilot...
How To dynamically fit the text in the Row Header
Hi, I'm using DayPilot Pro 6.0 (Scheduler) My problem is that the text in the row header changes dynamically, so when the resource name is a bit long the text is truncated, how can I dynamically fit ...
Date position of right-click
Hi, I want to impliment a "Split event here" right-click menu item. The user would right click on the event, and then the code would change the end date of the current event then create a new even st...
Help, I can not load events
hola, disculpen mi ingles, hablo espaol.... no logro que mi DayPilotScheduler1 muestre los eventos..... les adjunto el codigo para que me indiquen que estoy haciendo MAL. Code HTML-------------------...
Show cell bubble
Dear sir/madam, I'm currently using the trial version of your calendar and scheduler to see if it meets the requirements of the solution that we're developing. I have a question regarding the DayPilo...
Remove an event by an external link
Hello, How can I remove an event from an external link (like a list of events) from another control? Thank you in advance! Ste
How to create an event with javascript?
Hello there.. I would like to know if it is possible do create an event by only calling javascript functions... I have been looking at drawEvent, drawEvents, loadEvents functions but no luck! the bas...
Disable the droppable to selected cell
How can i disable thedroppable toselected cells (Non-business hours)?
More than one DayPilot Scheduler in a page and Drag & Drop the Event on selected scheduler
A Page having two DayPilot Scheduler,But I just want to enable the event droppable toone and disable to others. How can i handle this?
Drag & Drop the Resource in DayPilot Scheduler
Does DayPilot Scheduler support to do Drag& Drop of Resources?
remember my Scroll Position
Hi All, Im trying to store the DayPilotScheduler.ViewPort.Start in a view state so that if a post back happens i can set the SetScrollX position on the page load event. i have tried adding an onscrol...
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.
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.