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

Active Questions

Custom context menu when right-clicking on empty space in Scheduler

I am using Daypilot for ASP.NET MVC, specifically the Scheduler. I set the ContextMenuSelection property of the Scheduler to show a context menu when a user right-clicks on an empty space in the sche...

Line 27 error

All my other pages with DayPilot features are running fine, but the main calendar page continues to hang on this one line of code. I added a Modal Popup for the calendar, to add appointments, and thi...

trying to remove a resource row removes incorrect resource cells

Hi Dan, I have added a functionality to remove a resource from the scheduler control by clicking on an icon in the resource header. How I accomplish this is by iterating over dps.resources array to f...

Recurrent resource's event problem

Hi, I have a scheduler with a hierarchical resource tree. In this tree I have some recurrent resources (with the same ID). At the moment the recurrent resource's events appear only at the first occur...

Tutorials

Answered: The tutorials which include DayPilot Lite are licensed under Apache Software License 2.0 and can be used for free. The tutorials which include DayPilot Pro are licensed for evaluation purposes only. ...

Some handler or method to run after cell rendering on scroll

Answered: There is a new cell-accessing API in the works which you can use. It is available in the latest MVC sandbox build (7.5.5597): http://mvc.daypilot.org/sandbox/Scheduler/ You can use the following API:...

Bubble for scheduler only works when hovering edges of event

Can also be seen here: http://java.daypilot.org/demo/Scheduler/ Only pops up when cursor turns into a resize-cursor.

AfterRenderJavaScript missing in MVC

Answered: It's now available in the latest sandbox build (7.5.5595): http://mvc.daypilot.org/sandbox/ It will be included in the next release.

Real background color length

Answered: If you want to display background objects that do not match the cell dimension it might be better to use a special kind of events for that. You can apply custom CSS in BeforeEventRender to make them ...

JS Error - Could not get the position property. Invalid argument.

Answered: This should be fixed now in the latest sandbox build (7.5.2968): http://www.daypilot.org/sandbox/

Time format in the time header resets to 24hour after update() call

I'm using the mvc scheduler, and displaying only single day. For the time header display, I'm doing the following to get the 12 hours format (AM/PM), and also setting TimeFormat = TimeFormat.Clock12H...

How do I adjust the header row time format in the Scheduler?

Answered: You can customize the header strings by overriding OnBeforeTimeHeader method. Just set e.InnerHtml as needed: protected override void OnBeforeTimeHeaderRender(BeforeTimeHeaderRenderArgs...

Dynamic cellduration/cellwidth/time header

Answered: This is not yet possible. It sounds good, let me do a few tests.

Row Header Auto Width

Answered: There is a bug indeed. It works like this: 1. rowHeaderHeight sets the minimal width to be used. 2. rowHeaderWidthAutoFit checks the content and if it doesn't fit there the width is increased. It sho...

In Internet Explorer, the vertically adjacent events don't have the horizontal separation line

I am assigning custom css classes to the daypilot events based on some custom condition in the OnBeforeEventRender method. The result looks good in Chrome, but in IE, sometimes if there are two verti...

Export/Print custom headers

Answered: This bug is fixed now in the 7.5 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-5.html

Add CssClass in AlldayEvent is not working

in css mode, adding cssclass in normal event is working, however in Allday event is not.

Fixed-width events

Is it possible to display a day-view with fixed width events - i.e. that don't resize to the whole day width?

how to customize navigator's date format?

Hello, now dateformat of date in navigator is like "September 2013". i want to change this to "yyyy-MM(2013-09)". it seems i can do with DayPilot.Locale, but i don't know how to. thank you

modal Form hangs after submit

Answered: Phil, It seems to be related to the Content-Length header and response encoding. Could you please try to post the response HTTP headers? It should look like this: Cache-Control:private Content-Len...
Previous Questions 3361-3380 of 5203 Next