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

Questions Tagged bug

calendar disappear when edit cell's innerHTML

I meet this bug when edit demo page Calendar/ResourcesDaysView.aspx when I edit e.innerHTML in DayPilotCalendar1_BeforeCellRender function(like this: e.Html = "<div class='charge-price-slot'>ss</div>...

Mutliple Selection Count Bug

We downloaded the trial version in order to check if the product suits us. We encountered a bug/error and we are trying to solve it but it did not work. We are trying to select multiple event in orde...

Calendar - Recurring events: Conflicts are not always detected for Modified Exceptions

Hi, (DayPilotPro-7.6.3006.0) It seems to me that if I change the StartTime for a recurring event instance (i.e. creating a modified exception), the conflict detector still uses the old StartTime (fro...

Event bg color does not change after being selected in scheduler

Answered: Nevermind I found my own answer on this board with a bit more searching. For those curious here is the post that helped me. Thanks. http://forums.daypilot.org/Topic.aspx/1907/month-changing-event-bac...

DayPilotMonth TimeRangeSelectedJavaScript: e is not defined

There seems to be a bug in DayPilotMonth TimeRangeSelectedJavaScript as if I try to use "e" in the javascript (e.g. console.log(e)) browser throws Uncaught ReferenceError: e is not defined. Any other...

Demo does not work, DayPilot / HideNonBusiness!

Answered: This is now fixed in the latest release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-6-sp1.html This old mechanism of hiding columns using BeforeTimeHeaderRender event is no longer av...

onTimeRangeSelected(args) not passing values

Answered: The client-side event-handling API has two modes that can be switched using .api property: http://api.daypilot.org/daypilot-scheduler-api/ All DayPilot versions that include an integrated server-side...

Show Business Hours on Saturday using Javascript

Answered: Hi Patrick, In JavaScript you should use onIncludeCell event instead: http://doc.daypilot.org/scheduler/hiding-time-columns/ Example: <div id="dp"></div> <script type="text/javascript"> var dp ...

RowHeaderColumn only vertical

Answered: It should be fixed now in version 7.6.2997. You can test it in the sandbox: http://www.daypilot.org/sandbox/Scheduler/RowHeaderColumns.aspx

HeaderLevel no column defined

Hi, When column headerlevel is set to 2 and no column are defined throw an javascript error with cell.clientwidth cell is undefined i have a daypilot calendar in a modalpopup an i initialise it only ...

dpScheduler.ShowBaseTimeHeader = false does not work when exporting

Answered: This looks like a bug. The ShowBaseTimeHeader will be deprecated in the next release (7.6). The time header rendering was changed significantly: 1. The time headers will be fully independent of the c...

Scheduler getRow renamed to $68

Answered: This method was internal and is now hidden. You can use the following method to get information about a cell under certain position: var cell = dps.cells.findByPixels(120, 1)[0]; var start = cell....

Move Event Handler

Answered: Sorry, I'm still not able to reproduce the problem. Please check also the MoveBy property (it determines the drag handlers): http://doc.daypilot.org/scheduler/event-drag-handlers/ > BTW,Is it possibl...

Calendar centering time column vertically when container is larger than content on newest version

Answered: The left cell was using valign="top" which doesn't work well anymore. It's now updated - can you please try the latest sandbox build (7.5.2989)? http://www.daypilot.org/sandbox/

Scheduler: From DEMO to paid version; DEMO indicator gone, but now says "null" in top left corner

Answered: This looks like a bug. The "null" text comes from CornerHtml property. You can use DayPilotScheduler1.CornerHtml = String.Empty in Page_Load as a workaround.

Where did .scheduler_<theme>_matrix_vertical_break go ?

Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/

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

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.

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/

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

Scheduler onload only renders half the area

Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/

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

Add CssClass in AlldayEvent is not working

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

JavaScript error when right-clicking on a cell in the scheduler control when there are no context menu items defined

I am using the DayPilotMenu control and the DayPilotScheduler in tandem in an ASP.NET MVC application. The DayPilotMenu control displays a context menu when the user clicks in one of the cells of the...

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

Themes not working correctly?

Answered: looks like it was just confusion on my part as to how the cssOnly attribute worked. if I manually set the background with beforecellrender as seen at http://forums.daypilot.org/Topic.aspx/1724/howto-...

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

CssClass property of BeforeCellRenderArgs doesn't add class name

Answered: This issue is fixed now in build 7.4.2950. The fix will be included in the next release.

Bug for month in IE8

Answered: This bug should be fixed now in build 7.4.2951 (see the sandbox at http://www.daypilot.org/sandbox/). Please let me know if there is any problem.
Previous Questions 571-600 of 1063 Next