Questions Tagged how-to
Need to know how to set event linear instead of stacked
I am using the scheduler in day view. I would like to have the times ofevents stack from the earliest available time. Example if the day starts at 7:00 am then the first filled event should be 7:00 a...
how do you show current day in week and day view
Answered: You can use DateTime.Today as DayPilotScheduler.StartDate. This will display today as the first day in the matrix. If you want to show a full week and just set the initial scroll position to today, u...
How to add different colors for days and weeks header
Answered: You can use BeforeTimeHeaderRender event handler to change properties of the time header cells. Example:
protected void DayPilotScheduler1_BeforeTimeHeaderRender(object sender, DayPilot.Web.Ui.Even...
Alignment Issue with DayPilot Calendar Version : 6.4 SP1 in IE7
Issue : The calendar (in resource mode) columns are not aligned properly with the header.Below the first 5 resources in the header, there is a blank space. The column which is supposed to come below ...
How do I get a time remaining figure for the days schedule
I need to have the remaining availble time or unused time show by the event location on the scheduler on the left side for each locations day scheduled in the scheduler is this possible an if so how ...
Calendar Pro Touch Screen
Hi, Does anyone have any ideas on how to make DayPilot Calendar pro to work on a touch screen? I can't get the drag/drop etc to work. Thought maybe I needed to do something different with events?? Th...
Does DayPilot Scheduler support to do Drag & Drop of multiple resources?
Hi all, I would like to use the DP scheduler for linking the tasks and the resources. For one task there may be more than one resource should be allocated and vice-versa. Please let me know how to go...
Calendar Items property
Answered: Unfortunately, this change was not included in 6.5. I've put it in the plan for the next release. Meanwhile, I'd like to comment it a little bit. The Items collection stores events loaded from the Da...
Calendar Localization
How do i set Localization in the calendar. I went through the demo and followed similar steps but the localization seems to be not working. I am currently working on Daypilot version 6.2.2181.0. Than...
OverLoad Events
Hi guys. I have a little problem with the render ofthe events into DayPilot Calendar. I'd get the same effect in this example: http://www.daypilot.org/demo/Calendar/GoogleLike.aspxor http://www.daypi...
Drag & Drop Item - Scheduler - Non-business days
This question is regarding the "Scheduler" app. I've created an Item which spans for 10 days. The moment I drag this item onto the Scheduler, the item occupies 10 days from the drop point. (Dropped t...
Is there a property that can display RecurrentEventImage or not?
<p><b>If there is a property with boolean type in event class, that can control the displaying of RecurrentEventImage, it will be much better.</b></p> <p>I'am not using RecurrenceRule.</p>
Integrated message bar
Answered: Please see http://forums.daypilot.org/Topic.aspx/1633/calendar-integrated-message-bar
Question about linked events
Hi, I am using full version of the Scheduler and need to display 5 events together for any given resource (basically the main event and some pre and post events like travel). Right now I am using sep...
DayPilot Month: 4 week view
All, Is it possible to configure the DayPilot Month to show the next four weeks on the calendar? For example: Sun Feb 6 - Sat Mar 5, 2011? Thanks in advance for any help.
Change the ContextMenuSelectionID dynamically
Hi Dan, Im trying to disable the ContextMenuSelectionID for certain weeks. But i can only set it in the Page_Load after that i can't change it. Is this by design? Greetings K.Rijpstra
Word Wrap in ToolTip event
Hello, Is it possible to make word wrap in ToolTip event and how ? Thanks
Customizable Hour Header and some other problems
Hi, I'm using the Calendar and Navigator from Day Pilot Demo 6.2 version in my web develepment and I get some problems as listed below: 1. I'm wondering whether I can use thenew improvement event - B...
how to solve this javascript erroe?
Hello, I got this javascript error when clicking on next year button in year view schedular Webpage error details Message: '__pendingCallbacks[...].async' is null or not an object Line: 163 Char: 13 ...
how to set daypilot calendar width as auto?
Answered: It is possible to use Width="100%". This will set the control width automatically to fill all the horizontal space (subject to the CSS width rules). In the Calendar (http://www.daypilot.org/calendar....
How do I get Event Text to display correctly?
I am using DayPilot Pro and cannot get the text in my events to display correctly. The header only displays part of the time span and the text (DataTextField) displays right at the border of the head...
How to set calendar ScrollLabel / LoadingLabel in the version 6.1.2
We have some UI related issues in calendar control when we try to upgrade the dll to 6.1.2 version from 5.4. 1."Scroll Down/Scroll Up" label not shown in calendar control in the version 6.1.2. We hav...
How do we set the context menu header dynamically in the dll version 6.1.2
We were trying to ugrade the existing dll to 6.1.2 version from 5.4. Here we have an issue with setting context menu header dynamically. We are not able to set the menu header dynamically in 6.1.2. B...
Issue with context menu command - daypilot version 6.1.2 version
We were trying to ugrade the existing dll to 6.1.2 version. But we are getting a exception like "Microsoft JScript runtime error: 'command' is undefined" when we click on any of the context menu item...
e.NewResource and e.OldResource property set with same value when upgrade 5.4 to 6.2 SP5
We have an issue as detailed below. We were using the Daypilot 5.4 and for the Calndar control event move property we were using the code as below to set the event move attributes. EventMoveHandling=...
... Show events in the mont view with rounded corners and other Google-like stylings?
Answered: It's now possible to use rounded event corners in the Month control as well: http://www.daypilot.org/demo/Month/RoundedCorners.aspx See also: http://www.daypilot.org/daypilot-pro-6-4.html
DayPilot Pro - Set Event BackColors stored in database
Hi, I am loving this control, but am having problems trying to figure out how to set the backcolor of events when the backcolor is coming from the datasource. I have tried using BeforeEventRender, bu...
Update Calendar with Javascript
My Calendar HeightSpec is "BusinessHours". When I try to change the calendar's HeightSpec property with javascript to "BusinessHoursNoScroll", nothing happens: I still have the scrollbar at the right...
DayPilot Navigator fre space between them
www.daypilot.org/demo/Calendar/ <DayPilot:DayPilotNavigator ID="DayPilotNavigator1" runat="server" BoundDayPilotID="DayPilotCalendar1" SelectMode="Week" ShowMonths="3" CssClassPrefix="navigator_blue_...