search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged

MVC 4 Scheduler : Days & Row Heights

From the code below is t possible to identify why the row lines do not match when the scheduler is rendered. The size of the event row is not matching the size of the row header. Also, the scheduler ...
mvc

Calendar not updating

Answered: I found the problem myself, for future references - you have to update your .Columns to reflect the new date as well.

Bug in Calendar withTimeHeaderCellDuration?

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...

Crosshairs prevent EventSelectJavaScript and TimeRangeSelectedJavaScript from firing in IOS6

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...

Calendar not changing with Navigator selection MVC4/Razor

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...

DayPilotNavigator

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...

Tree Resources - "htmlfile" invalid argument

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...

Time portion of datetime displays in Event header as PM when it is actually AM

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...
mvc

Javascript alert "Undefined" when clicking on the Time Range Header in DayPilot Calendar

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.

DayPilotCalendar HeaderHeightAutoFit not working sometimes inTabContainer is an ASP.NET AJAX Control

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...

Add title header to Month

Answered: There is no built-in header but you can add your own: http://kb.daypilot.org/92633/how-to-show-the-selected-date-using-a-label-control/

Value cannot be null. Parameter name: collection

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...

DayPilot Pro WeekView Bug inside update panel

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...

Horizontal Scroll

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...

Scheduler - EventResize issue (IE9)

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.

Decoding and finding RecurrenceException.EncodeExceptionDeleted in recurrence field using SQL query.

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...

Catch cell in doubleClick

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...

conflict detection still has some problems. Bug?

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...

Scheduler: Custom loading animation

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).

error with recurrence exception

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...

Conflict detector date comparison Bug

Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1776/conflict-detection-still-has-some-problems-bug

Conflict detector ignore Recurring Events event in the DataTable?

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...

Question about Conflict detector Parameter???

Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1776/conflict-detection-still-has-some-problems-bug

Scheduler and Sql Server

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...

Scheduler: Tree expand/collapse images

Answered: Yes, the size is hardcoded at this moment (10x10 px). It will be fixed in the next release.

Pass Json to controller.js without using backend

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...

Localizing scheduler not working

Answered: The fix is included in 7.1 SP3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html

Remove recurrence exception in scheduler

Answered: You can extract the original start date from the recurrence string using RecurrenceRule.DecodeStart(): DateTime originalStart = RecurrenceRule.DecodeStart(recurrenceString); There are also other ...

DP Month Recurring Events Using Modal Window

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 ...

TextBox in Resource column

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...
Previous Questions 3421-3450 of 5090 Next