Answered: The TimeHeaderCellDuration only accepts values that divide 60 without a remainder. There is a check missing, 40 should not be allowed. If you want to show custom time slots I recommend using the mapp...
Answered: Since 7.3 release DayPilot should be compatible with iOS 6. See also the release notes for supported actions (EventClick is supported): http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-3.h...
I am using the 7.1.5463.1 version of DayPilot.Web.Mvc.dll I am using the scripts from 11/20/2012 I have created a sample application to demonstrate the behavior, but it is too big to upload. When sel...
Answered: The horizontal mode is supported since 7.3 release: ASP.NET WebForms http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-3.html ASP.NET MVC http://mvc.daypilot.org/daypilot-pro-for-asp-net-mv...
Hello, As soon as I try to put my resources in a tree, I get a 'htmlfile': invalid argument error for each of my resources. At this exact line: if($m.Columns==null||$m.Columns.length==0){c.colSpan=$0...
Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1737/am-pm-incorrect-on-event-header-with-clock12hours-setting The fix will be included in the next release. You can fix it in Calendar.js by mo...
Answered: It's caused by an extra line of code that was added for debugging purposes. You can comment out line 3917 in Calendar.js and recompile. A service pack with a fix will be released soon.
Answered: This doesn't work on controls that are hidden when the init code is executed. You can run the auto-fit manually by calling autoHeaderHeight() method (hook the tab switching event). The same applies t...
Answered: Dave, what's the version of DayPilot you are using? If you are not using DayPilot Lite for MVC 1.2 already I recommend switching to to because it's compiled with MVC4. http://mvc.daypilot.org/daypilo...
Answered: There is now a new version available that improves the interoperability with UpdatePanel: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html Please let me know if the problem pers...
Hi, We have a requirement where the Calendar control is used to display one week at a time. We want to be able to have 7 days available on the screen when loaded but only Monday to Friday to be visib...
Answered: I found what was causing this. The page had a Telerik control which was somehow causing this to happen. Removing all Telerik controls resolved the issue.
I am trying to find out if the recurrence field of a record is RecurrenceException.EncodeExceptionDeleted using SQL query. I look at the website but there is no mention of how to decode the string of...
Hi, I'm trying to block events clientside (doubleclick, to add an event) During the dps_BeforeCellRender, I place the cells to isBusiness (+ change CSS) Then i catch the event using the javascript fu...
Answered: It's fixed now in build 7.1.2728: http://www.daypilot.org/sandbox/ See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html The main algorithm requires a sorted list which was not...
Answered: You can override .loadingStart and loadingStop on the client side but this is not public API. You can also modify the loading div content using LoadingLabelText property (it accepts HTML as well).
Hi all, When i try to read some recurrence exception event from database, i have this error: System.FormatException: La chaîne n'a pas été reconnue en tant que DateTime valide. à System.DateTimeParse...
Answered: The ConflictDetector API has been extended to handle recurring events in 7.1 release. http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1.html It's not used in the tutorial yet (the tutoria...
Answered: "I cannot see the database structure." http://www.daypilot.org/scheduler-tutorial.html The link above gives the DB structure as a script, which works fine in SQL Server. You'd then use the ADO.Net ob...
We are currently pulling time records, validating those records. Then we call the "Backend" method in the Calendar controller in order to generate the daily calendars. I would like to by pass the Cal...
Answered: You can extract the original start date from the recurrence string using RecurrenceRule.DecodeStart(): DateTime originalStart = RecurrenceRule.DecodeStart(recurrenceString); There are also other help...
Answered: The following menu item will open Edit.aspx page in a modal dialog : <DayPilot:MenuItem Text="Open" Action="JavaScript" JavaScript="dialog().showUrl('Edit.aspx?id=' + e.value());" /> This is the moda...
Answered: If you insert the <input> element manually you won't be able to get its value easily on the server side - it won't be mapped automatically to a server-side control because it doesn't exist. You shoul...
Answered: It looks like there is a bug in the EventResize event handler. If you modify it like this it will work fine: protected void DayPilotScheduler1_EventResize(object sender, DayPilot.Web.Ui.Events.EventR...