Questions Tagged
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...
Changing HeaderDateFormat misaligns columns in week view
Answered: Could you please try it with the new 6.1 release? This issue should be fixed there.
Grid lines out of sync with resources
Hi. Steps to reproduce: 1) Open a schedule view using IE8 (http://www.daypilot.org/demo/Scheduler/) 2) In the bottom right hand corner of the browser, change the zoom level to something other than 10...
using calendar with update panel
Hi. If I use the calendar with update panel, I have a error in IE8. But not in IE7,crome,firefox. The error is "access denied. Scriptresource.axd". is it something related with this calendar control?...
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...
"Printing Calendar" is not printable
Hi, I'm using your product to print a calendar through the code provided on your website. I can export a calendar to an image, but if you do a print (or print preview) the image is not printed/visibl...
Bubble not shown on Calendar when both Calendar and Scheduler on one page
hello, whenever iput both calendar and scheduler on one page there is no bubble shown on the calendar control, but it is shown on the scheduler control. when i remove the scheduler control from marku...
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...
Formatting text inside the cells
Is there a way of modifying text inside the cells rather than displaying "Event Name (11:00 AM - 8/25/2010 5:00 PM)"? Without the ability to modify this, it is not possible to handle International Da...
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 ...
Scheduler ShowNonBusiness - backColor is null
Using DayPilot 6.0 SP1 When using schedule view and selecting false for ShowNonBusiness get error backColor is null or not an object. Help please!!!
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-------------------...
Unsupported escape sequence
Answered: This is now fixed in both the ASP.NET (build 2250) and the MVC (build 5283) editions.
Cant Migrate to DayPilot 6.0
Im trying to migrate to daypilot 6.0 DLL. I changed the daypilot.dll to the new one Then, in VS2005 I right clicked and did Update Reference And now nothing is working. Im getting permission errors.....
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...
strange blue bar on top and bottom of event
Hello, I have some strange blue bar on top and bottom of some Event, the difference between the two types of my events are the properties (backgroundcolor, etc..) and the text in it... I see the bug ...
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?
Can I display the Month Name and Week number on the top of my Calendar??
Answered: Please see the following KB article: kb.daypilot.org/92633/how-to-show-the-selected-date-using-a-label-control/
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...