Questions Tagged
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...
CSS Support
Answered: CSS support for DayPilot Month was added in 5.5 release. See also DayPilot Month: CSS Class Styling.
Fixed times when scrolling on day pilot calendar?
My day pilot calendar has a number of resources; the problem iam having is after scrolling the screen to see specific resources, its no longer possible to see the times down the left hand side making...
Can't change TimeRangeSelectedHandling at runtime
Hi! I have some problem changing TimeRangeSelectedHandling server-side. I'm using buttons outside the calendar to do things server-side, When I then try to set CallBack as Handling, nothing happens. ...
Unexpected time for dayVisibleEnd in DayPilot Lite
DayPilot with properties: BusinessBeginsHour="0" BusinessEndsHour="24" Days="7" one event: dr = dt.NewRow(); dr["id"] = 1; dr["start"] = Convert.ToDateTime("23:00"); dr["end"] = Convert.ToDateTime("2...
DayPilot Lite problem
I have detect small problem in DayPilot Lite. When i use DayPilot Lite Demo - Event handling the control show the event #4 and event #5 twice in the correct day and in the previous day. Why this happ...
BeforeEventRender in DayPilotlite not hitting
Hi, I want to change the individual cell color in daypilot lite depending on certain condition. So, I've modified the source code by adding beforeeventrender handler like this public class BeforeEven...
Daypilot Schedular not working with Gaia --- URGENT
Hi... If you have any gaia web widgetscontrol on a page with Daypilot schedular, the daypilot schedular does not work... e.g. Event move, event resize, navigation into next/previous day, zoom, etc. a...
Event moving and resizing ....getting away with snap to grid
Hi... Thanks for the excellent work you are doing. Keep it up... Now straight to the issue. While moving or resizing events, they always snap to the grid. Can we move or resize the events without the...