Active Questions
DateTime localization
Hello, how do you localize the dates with the mvc release of daypilot scheduler? I have tried setting Thread.CurrentThread.CurrentUICulture and Thread.CurrentThread.CurrentCulture. It's a multilangua...
Popup Window
Answered: In the Lite version, the start, end, and column variables are not available in TimeRangeSelectedJavaScript. You need to use {0} and {1} strings: {0} will get replaced by the time range start and {1} ...
Clientside Set Height
Answered: Thanks Dan for your help. The best way to do this is to use HeightSpec="Parent100Pct". You can set the height of the parent element as you wish. If you need to update the height to match the height o...
EventStackingMode with Cell not allowing the right click menu on the event for Month caledar
version 7.2 sp1 when i use EventStackingMode='Row' i can use/see the right click event menu when right clicking on an event. If i turn EventStackingMode to 'Cell' the right click event menu no long s...
long event does not appear- daypilot
Short duration daypilot events show on the schedule just fine, but if an event lasts for several months, it may not show on the schedule. For example, if you create a development event that starts on...
Error on DayPilotMonth EventClick
Hi, I´m getting an error when using the EventClick, when i run the page, gives the next error: 'ASP.aaaa.aspx' does not contain a definition for DayPilotMonth1_EventClick and no extension method 'Day...
AllDay Bubble
I'm using the DayPilotCalendar and DayPilotBubble controls together and its working great. however when i create events that span multiple days and it sits in the top portion of the calendar. The bub...
Fixed height for row (css override) ?
Hi, with Daypilot Scheduler < 7.0 is it possible to adjust the row height manually (maybe with some css overrides) to a fixed height ? In my specific case I need to limit the rows displayed for a res...
daypilotscheduler - custom cell color
Hello everyone, I'd like to change the color of the cells from the calendar to have an explicit way to show holidays or christmas day for example, something that looks like the color change for weeke...
Navigator for DayPilot Calendar with ViewType='workweek'
Is there an easy way ('easy' meaning preferably some sort of DayPilot attribute/method) to make a navigator bound to a dpc whose viewtype is set to workweek? The problem I'm getting is that I'm using...
Show Date Range in Month View
How do you set the startdate / range for a month view? Ex. We want to show one week before the current week and three weeks after this week. My logic is this: DayPilotMonth1.StartDate = DateAdd(DateI...
crash on opening ajax toolbox popup extender (IE 10 only)
only in IE 10 (no such issue in previous version of IE and Chrome): IE crash on TimeRangeSelected opening modal popup extender from ajax Control Toolkit P.S.: in all other cases (when opening not fro...
DayPilotNavigator vs Update panel crash with lib vers 7.2
Created a empty page, added a Navigator control and a button. The button is in a seperate UpdatePanel. When button is clicked, server is called handle click. In this case, first time you click the bu...
Remove the DEMO on Scheduler
Answered: Please make sure that you have updated both DayPilot.Web.Mvc.dll and all the scripts from the DayPilot directory (e.g. calendar.js, scheduler.js, months.js) with the ones from the full package: Binar...
Scheduler - DayPilot.Web.Mvc Version 1.6.5417.0
Hi, is it possible to show the header text (month and year) always in the visible area, not in the middle of month (of course always in the correct area/month)? During scrolling it is often difficult...
How to display half hours
I have a day sheduler where I want the shifts from 8h30 till 17h. I want it to be in cells of 0:30min. But this doesn't work. When I change the cell duration to 30 I only get 00 and 30, not 08:30... ...
DayBeginsHour and DayEndsHour for Scheduler
Answered: You can hide non-business hours quite easily: http://www.daypilot.org/demo/Scheduler/HideNonBusiness.aspx Alternatively, you can handle the BeforeTimeHeaderRender event and set e.Visible based on the...
adding custom non business days in scheduler.
Answered: I suggest you check the dates in the "BeforeCellRender" event f your scheduler. Here you have all the data of the field, which you can use to cross reference with your own holidays list. If you deter...
Unspecified error
Hi, I use the Month calendar in a C#/ASP.NET (3.5) project. I display a ModalPopup (Ajax) when clicking on an event, but sometimes I obtain: "Microsoft JScript runtime error: Unspecified error" In de...