Answered: It looks like the only way is to clear the style for _todaybox in the CSS (to hide the default today indicator) and add a custom class using BeforeCellRender for today. protected void DayPilotNavigat...
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/
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...
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...
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...
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...
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...
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...
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...
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 ...
Answered: You need to handle the EventMove event on the client side: <DayPilot:DayPilotCalendar .... ClientObjectName="dpc" EventMoveHandling="JavaScript" EventMoveJavaScript="ask(e, newStart, newEnd);" /> <sc...
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...
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.
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...
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...
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...