Active Questions
Dynamically setting DayBeginsHour in C# code-behind
Answered: Jeff, There was a problem with passing the updated DayBeginsHour/DayEndsHour to the client side during CallBacks. It's fixed now in build 7.8.3155. See the sandbox: http://www.daypilot.org/sandbox/
Resources will not align with cells
Answered: Ok solved and me being thick, the default css added by MVC 4.0 asp.net set's margins for tr in a css file that was overiding this
Modal.close is not working in google chrome
Answered: Please upgrade to the latest version (2.1): http://code.daypilot.org/81367/daypilot-modal It uses a different mechanism of passing the result back to the client and it is compatibly with Google Chrom...
Text/Description for a seperator
Hey Dan! Can you add a Text to a seperator to descripe it? You could add a bubble for a short time when you do a mouseover over the seperator. Or show the text on the upper of the seperator. thanks d...
How to set every Sunday and Bank Holidays as different colour.
I have been trying to figure out how to can specify days and set there background colour. I have been trying different things like: (Just to set Sunday as a different colour, this didn't set the back...
Display DayCalendar without Navigator or Tabs
Client asked for a report that showed the dayCalendar (week) with events but no Navigator or Tabs (for Day/Week/Month). I created a view with the dayCalendar, but it would only show the current day r...
Clash between DayPilot Pro and WebService in MVC
When I added a webService to the project that implemented a connection to a ReportViewer, a build returned the error that it could no longer find the reference DayPilot Pro. For anyone who encounters...
Allow "Selectable" as a field on Cells in BeforeCellRender
Hi Dan, Please reference this old question: https://forums.daypilot.org/Topic.aspx/661/prevent_time_range_selections You had suggested an elegant potential solution, of having each Cell having a prop...
Scheduler multiuser- able?
Answered: Solving record locking is far from simple in web applications. See the following SO question for a brief outline of the problem: http://stackoverflow.com/questions/3358957/blocking-a-record-from-edit...
Is it possible to select multiple cells on DayPilotCalender
I was just wondering if it was possible that when you was on the Day Pilot Month pro for a user to select multiple days on the month view and then to right click on the selected days and click 'Book ...
Event Moving
Answered: You need to handle the EventMove event on the client side:
<DayPilot:DayPilotCalendar ....
ClientObjectName="dpc"
EventMoveHandling="JavaScript"
EventMoveJavaScript="ask(e, newStart, newEn...
Show Event Count
Answered: 1. Server side: You can count the number of items in your DataSource. It should match the number of visible events provided that you limit the SELECT properly (using StartDate and EndDate). Note that...
Resource tree not expanding after update
Answered: It was definitely something with my style sheet. I will try to apply my styles one by one and see if I can get it to look the same without breaking the expand/collapse. Thank you for your help.
Event Resize: Stepless ?
Answered: You can turn of the "snap to grid" behavior using .snapToGrid property. See also: http://doc.daypilot.org/scheduler/snap-to-grid/
exportra a excel un daypilot
quisera saber si es posible exportar un daypilotcalendar a excel desde asp.net2010
Right click from mobile
Answered: With the upcoming 7.8 release you will be able to use: dp.eventTapAndHoldHandling = "ContextMenu"; This will activate the context menu for the "tap and hold" gesture. You will need to add custom drag...
change color of the Insert/Update/Cancel links at the bottom of the popup
Answered: Please see my comment here: http://forums.daypilot.org/Topic.aspx/2371/how-to-make-autogenerateeditbutton-a-button-instead-of-a-li
how to make AutoGenerateEditButton a button instead of a link
Answered: Please take a look at this: http://stackoverflow.com/questions/2638265/how-to-create-a-custom-button-in-a-detailsview-in-asp-net Another option is to avoid the DetailsView and create the form manuall...
Scheduler Event text is not showing as I scrolling right - make text always visible
Answered: DayPilot Pro v7.7 introduced "Floating Events" feature that does what you need - the it makes the text of long events visible (in the current viewport). Please take a look at 7.7 release notes for mo...
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 re...