Active Questions
hide non business hours with fixed height Calender
Answered: DayEndsHour property will be available in DayPilot Pro for ASP.NET 6.5 release: http://www.daypilot.org/daypilot-pro-6-5.html
Show weeknumbers in DayPilotNavigator?
Answered: You can show week numbers using ShowWeekNumbers="true". See also: http://www.daypilot.org/daypilot-pro-6-0.html
Unsupported Escape Sequence
Answered: It should be fixed now in 6.4 SP1: http://www.daypilot.org/daypilot-pro-6-4-sp1.html
No weekends on Schedular, Month view
Answered: In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false": http://www.daypilot.org/scheduler-hiding-non-business-hours.html In the Month control, it's possible to use Sho...
Displaying business hours in the Scheduler eg 9-5
Answered: Please see here: http://www.daypilot.org/scheduler-hiding-non-business-hours.html
Update DayPilot and GridView with Callback
Answered: CallBack can be used primarily for changes of the DayPilot control itself. Changes to other parts of the page have to be done manually using AfterRenderJavaScript. It would be possible to send the da...
How to change the default holiday in schedular Control?
Answered: Customizing the background colors: http://www.daypilot.org/scheduler-custom-cell-rendering.html Hiding non-business days (including customization): http://www.daypilot.org/scheduler-hiding-non-busine...
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...
Adding columns to DayPilot Scheduler
Answered: Please see here: http://www.daypilot.org/scheduler-row-header-columns.html
ContextMenu CSS Support
Answered: CSS styling of the menu is now fully supported since 6.1 release: http://www.daypilot.org/daypilot-pro-6-1.html See also: http://www.daypilot.org/menu-css-class-styling.html
How to Custom Sort Resources
Answered: The order in which you add the resources to the Resources collection is preserved.
Can the scheduler handle multiple time zones
Answered: Unfortunately, this scenario is not supported at the moment.
Setting DataTextField to an object's property which is string array
Answered: You will probably have to change the structure of your data source. DayPilot converts the value of the specified field to string using Convert.ToString() call. The other option is to change it in the...
DayPilot Calendar for MVC
Answered: The latest sandbox build now contains a demo page that shows a hierarchy of resources: http://mvc.daypilot.org/sandbox/Calendar/DaysResources The sources is a modified Calendar/Index example. 1. The ...
DayPilot Lite Events
Answered: Yes, this namespace is only available in the Pro version. It contains delegates and EventArgs for the Pro events. In the Lite edition, only two events are available: EventClick and FreeTimeClick (cor...
Daypilot Lite Scheduler : Problem when deleting events.
Answered: Apologies, after hours of working on it looks like I should have been blind not to see the bloody bug in my code. Anyway ignore this topic. Lord Arokh
Menu - Javascript commandCallBack is executed after page.loadcomplete and causes page to stop rendering
Answered: Ah I've solved it - sorry, my mistake. I wasn't thinking about the difference between callback and postback - replacing eventMenuClickCallBack with eventMenuClickPostBack makes it work.
allday event in open souce
Hi, I use daypilot calendar lite. I've found a good code at this topic (http://forums.daypilot.org/Topic.aspx/420/daypilot_lite__set_color_per_event) for add DurationColor field (i've added to back a...
event resize javascript scheduler
Answered: Please see the following documentation pages: http://www.daypilot.org/calendar-event-resizing.html http://www.daypilot.org/calendar-event-moving.html Look for JavaScript Handling section. In short, y...
Synchronize Scrolling on two Scheduler controls
Hi there! I would like to synchronize the horizontal scrollbars across two separate scheduler controls. I understand that this must be handled in javascript somehow to get it to work on the client si...