Questions Tagged
How can I dynamically change resources and event based on navigator in schedular?
Hi, i use the scheular control with navigator. I want to show the data which is based on the perticular date. First time i navigate to page then it shows the data for the date which is in navigator b...
Prevent Time Range Selections
One last question then I'll leave you alone :-) In the scheduler is there an easierway to conditionally prevent a user from selecting an cell in the TimeRangeSelected event than calling my server sid...
Daypilot Scheduler header format
Hi, Is it possible to format the dates in the header for the Daypilot scheduler? I saw a couple of posts that said to use the HeaderDateFormat property but I do not see this property in the scheduler...
Resources in Scheduler
First off I must say this is an excellent control. Thanks for the effort and support. I have been tasked with a project in which I will be creating a booking application for vehicle testing. One requ...
Place DayPilotNavigator in separate contentpanel from Calendar?
Is this possible? The page has a master page with two content placeholders, one for the main page content and one underneath the nav menu on the left - I'd like to place the DayPilotNavigator control...
programatically set Event colour
Answered: Yes, it's possible using BeforeEventRender event. Please see: www.daypilot.org/daypilotcalendar-custom-event-rendering.html
Custom Event Object Styling
i have a layered approach and its going great, the only question i have is about the colouring. i am binding the control to a collection of Events. these events each have an "EventType" property that...
DayPilotScheduler.DataEndField error
this.DayPilotScheduler1.DataSource = table; this.DayPilotScheduler1.StartDate=algus; //2009-01-01 this.DayPilotScheduler1.DataStartField="START_DATE"; //2009-01-10 //correct this.DayPilotScheduler1.D...
Controlling calendar from JS
Is it possible to control the calendar mainly from Javascript. I mean adding events, changing views, etc. without resorting to postbacks/callbacks? thanks.
How can a export/print the DayPilot Month View
Answered: The Export (JPG/PNG/GIF) feature will be added to DayPilot Month in DayPilot Pro 5.8 release.
DayPilot Lite Scheduler
How do I go about getting my header columns like the example shown in the example below? http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx
DayPilotScheduler.Resources.IndexOf and DayPilotScheduler.Resources.Contains not working
so Lite version I am adding dynamically rescources, and Resources.Contains and Resources.IndexOf cannot find existing dsRooms.HOUSE_OCCUPATIONS_KUIDO_SDataTable table = new dsRooms.HOUSE_OCCUPATIONS_...
Non Business hour & CSS
Hello everybody, I'm trying DayPilot Pro for my company in order to know if DayPilot (Scheduler) is a great solution for us and I would like to know how to set non business hour BackColor in a CSS fi...
how to limit what hours are displayed in Scheduler?
Hi, I am using daypilot lite and was wondering if there is any way I can limit what hours are displayed in scheduler when using a daily view? I'd like just to offer times from 9-6pm for example, and ...
Drag over multiple days
Hi, Is it possible to enable a booking to go over several days when using the Calendar? At the moment, I have the Cal in week view, and a secondary scheduler in month and resource view to enable mult...
Ability to set event as selected from code
Answered: Yes its possible in the pro version, just use add a bubble control to the page and link the event to it or you could just call a modal popup if your using ms ajax in .net
Daypilot 5.1 Sp1 Cannot move events without jscript error
Hi, We have just upgraded from 4.9 to 5.1 Sp1 and events in DayPilot Calendar can no longer be moved without the following error when debugging is turned on in IE7 Microsoft JScript runtime error: '$...
How to print a calendar?
Answered: After some experimenting, I've found a workaround. The following code prompts the user to open/save the image. This makes it printable from IE as well.
Response.Clear();
Response.C...
Howto modify resources/datasource on scheduler during javascript refresh
I noticed that when I modify the resources/datasource when refreshing a scheduler the data displayed is inconsistent with the data bounded to the scheduler. Is it even possible?
Problems with Scheduler version 5.1.1602
I cannot for the life me change the forecolor (font color)of the hours headers. They can be set when editing the page, but when the page is run they revert to their default colors. This is not an iss...
Problems with Scheduler (all versions)
I am trying to redirect to a new page in the EventClick method of the control. I am using Visual Studio 2008 and IE7. Here is the error: Event: Void AbortInternal() Message: Thread was being aborted....
Add DurationBarVisible to individual events`
Hi, I would like the ability to set the DurationBarVisible on individual events during theBeforeEventRenderevent.
Image in event will trigger the EventMove event
Hi, I also have the same problem as the one reported by neokglitch on 10/13/2008.
DataTagFields - e.tag[name] has wrong value in BeforeEventRender
Hi, I am new to using DayPilotCalendar. I have 3 events being loaded from a DataTable. I have 26 fields defined under DataTagFields. For the first two events, the e.Tag fields all look good. For the ...
FireFox does not handle ToolTip containing '\n' correctly
Hi, I am just starting to use the DayPilotCalendar control. I have created ToolTips that contain the '\n' character. These ToolTips display correctly in IE, but in FireFox the '\n' characer is being ...
How Do I change the width of the Resources to fit text that it contains?
I am testing with the lite version and I am adding resources dynamically but the text of the resource spans bigger than the cell .. how can I change the width to be dynamically expanded to fit the te...
Data for the view date range.
I am evaluating this product for a project. When the calendar is loaded or when user changes/drills intothe view, how can I get the date range so I limit my result set from database for that date ran...
Data for the view date range.
I am evaluating this product for a project. When the calendar is loaded or when user changes/drills intothe view, how can I get the date range so I limit my result set from database for that date ran...