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

Active Questions

Recurrences - Is there a way to dynamically/programmatically set the repeat until value?

Answered: You can do it by calling Until() method on the RecurrenceRule instance. It can be either a new new instance: RecurrenceRule r1 = RecurrenceRule.FromDateTime("1", start).Weekly().Until(DateTime.Toda...

Scheduler under Angular

Answered: This turned out to be a bug of the latest version - since the introduction of "events" attribute it fails to recognize "daypilot-events". It's now fixed in the latest sandbox build (8.2.2072): http:/...

InvalidCastException when command with selected events

Answered: Serialization of tags with null value has been fixed in 8.1.3484 so it shouldn't be a problem anymore: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-8-1-sp5/ Let me know if the issue pers...

OnEventResized

Answered: In ASP.NET WebForms, only one event handler is fired for every event. You can specify it using EventResizeHandling. It can be "JavaScript", "CallBack", "PostBack", "Notify", etc. onEventResized is on...

Call Javascript Functions from Code File other than Page Load function

Answered: Please see AfterRenderJavaScript event which is described here: http://doc.daypilot.org/scheduler/callback-update/ On the server side, pass a custom object to .Update() - it will be available in Afte...

Display Modal Box on Event Resize with Updated event details

Answered: If you want to open a modal dialog with event details after event resizing is complete, the best way is to open the modal dialog using AfterRenderJavaScript. This event is fired on the client side du...

angular ctrlAs

Answered: The latest sandbox version (8.2.2038) now fully supports controllerAs syntax: <div ng-app="main" ng-controller="SchedulerCtrl as ctrl" > <daypilot-scheduler id="dp" config=...

RequireJS

Answered: Sorry, my mistake I've got it loading now.

RecurrenceExpander.Expand method .. Is the table an absolute requirement?

Answered: Dave, for the full functionality the DataTable is required: it reads the recurrence fields automatically it parses the master events and exceptions it copies all the fields from the master to the occ...

Can I make Joint Events move together but not resize together?

Answered: Since build 2057 you can configure the behavior using the following properties: dp.jointEventsResize = false; dp.jointEventsMove = false; You can test and download build 2057 in the sandbox: htt...

CheckboxList inside UpdatePanel and DP 8.1 SP1 or higher

Answered: Hi Dan, yup, disabling the client init event fixed the checkbox list! When will the next service pack be released so I can use the newest build? The sandbox is only available as trial right? Thanks o...

Calling Javascript Functions from Code File(.aspx.cs)

Answered: If you want to execute custom JavaScript after the server-side CallBack you can use AfterRenderJavaScript. This property specifies the JavaScript that will be executed after every update (i.e. during...

Display Year with Next To Month

Answered: Unfortunately the Lite version only supports the "MMMM d" format.

Popup don't go away after Create

Answered: You can find a working example of the "new event" modal dialog in the following tutorial: http://code.daypilot.org/59860/asp-net-mvc-5-event-calendar The calendar is configured to display the modal d...

Problem clearing events in Angular

Answered: A few notes: 1. When performing the operations on the events you can either modify the model or use the direct methods. The difference is that the direct methods call $apply to notify Angular about t...

Custom timeHeaders

Answered: Do you use the latest DayPilot version? The start/end properties for time header active areas are available since version 8.1 (build 8.1.1757). If I add your code to demo/scheduler/index.html it seem...

Increase Cell Width based on number of Events

Answered: Unfortunately this scenario is not supported. You can define a custom timeline (http://doc.daypilot.org/scheduler/timeline/) and set the column width as needed but the events will always be displayed...

Response.Redirect in Context Menu in .NET 4.5

Answered: There are two options: 1. Use JavaScript to redirect it on the client side: <DayPilot:MenuItem Text="Open" Action="JavaScript" JavaScript="document.location.href='Detail.aspx?id=' + e.id()" ></DayP...

Event Move / Resize Refresh Slow

Answered: You can switch to "Notify" event handling to make it faster. If you use EventResizeHandling = CallBack the sequence is as follows: 1. The user finishes resizing. 2. The calendar/scheduler sends a req...

Null Reference Exception on scheduler CallBack

Answered: Which version of DayPilot do you use? One of the recent sandbox builds had a bug which had symptoms like this. It is fixed in the latest release (8.1.5819): http://mvc.daypilot.org/demo/Scheduler/ Le...
Previous Questions 2681-2700 of 5307 Next