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

Questions Tagged bug

ShownonBusiness = false gives erratic behaviour on Sat/Sun?

Answered: OK, just found this link from a few years back: http://kb.daypilot.org/79065/how-to-show-business-hours-on-weekends-in-scheduler/ But do we really have to override like that? It seems like there shou...

New Notify Model (6.8 SP1) issues with events

Answered: Mike, All the issues should be fixed now in build 2508 (see the sandbox at http://www.daypilot.org/sandbox/ and the list of changes here - http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-...

How to use Hour cell group on DayPilotScheduler

Answered: What's the CellDuration value? It must not be greater than 60 for CellGroupBy=Hour 60 must be divisible by CellDuration (without remainder) The following values will work: 10 20 30 60 The following v...

Microsoft JScript runtime error: 'offsetLeft' is null or not an object in daypilot

Answered: Hi, i am using DayPilot version 6.6.2359.1 and also try latest released version.

Problem with default click handler on a resource in Scheduler v6.8.2477

Answered: The 6.9 release will be published later this week (June 15 at the latest). If you need the full build now please contact support@daypilot.org.

modal window data

Answered: This can happen if the event details/edit page gets cached. Please see here: http://kb.daypilot.org/15266/how-to-force-the-modal-dialog-to-load-its-content-from-the/

Navigator winter-time troubles?

Im using Navigator with my scheduler have set it up to use Monday as the first day of the week. It all works fine for summer months, but in the winter-time months suddenly Sunday has become the first...

Setting CellHeight in Command event

When i set the CellHeight to a new value using the Command event (callBack) the control is not updated right away. I need to refresh (F5) the page in order to see the new value. When i do the same wi...

Your example throws an error

Answered: Found the problem open source code. change this to remove the null in the first 2 lines (line 866 in DayPilotCalendar.cs) and then recompile . and use that dll for ur other project. DateTime start = ...

BeforeCellRender InnerHtml

Answered: BeforeCellRender/e.InnerHTML should be fully supported in all controls since 6.8 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-8-sp1.html Initially it was only implemented in t...

Event is displayed in incorrect week when CellDuration = 10080

I create an event for this periode 02-04-2012 - 08-04-2012. When CellDuration = 1440 - the event is displayed in Week 14 which is correct (in my case anyway) When CellDuration = 10080 - the event is ...

Scheduler with CellDuration="1" CellWidth="1"

Usage Description I am using the DayPilot Scheduler to render a Roster. My "Events" are Roster Items, each of which cannot overlap and for the most part span every minute of a given calendar month (I...

Scheduler highlights incorrect row (IE compatibility view OFF)

I am using a scheduler control version 5.9.2. When I mouseover the body of the control the timeband at the top is highlighted correctly, but the resource that is highlighted on the left is offset fro...

VisibleStart and VisibleEnd lose their values

When doing a VisibleRangeChanged, the values show the correct new values. But on the next PostBack, the values are back to the original default values, and the newly set values are lost.

Scheduler ViewType days - BeforeCellRender : Wrong start - end

With the scheduler when property "ViewType" is set to value "Days" we have a problem with the following event : "OnBeforeCelleRender". aspx OnBeforeCellRender="BeforeCellRender" Code behind protected...

"A script on this page is causing IE to run slowly" error when I use DayPilot

Answered: The IE performance when loading a lot of events has been improved in the latest release (7.2): http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html The event loading (parsing) has been ...

Level Missing from BeforeTimeHeaderRenderArgs

Why was the Level property removed from the BeforeTimeHeaderRenderArgs object in the latest release for MVC scheduler? How can you format the bottom row/level of the header without affecting the form...

Two DayPilotScheduler on one form ... data binding doesn't work

Hi all, I am using Version 6.6.2359 (Trial). I have two schedulers on my form (one showing rooms as resources the other one trainers). When I am moving an event in the rooms scheduler, the trainer sc...

DayPilot:DayPilotCalendar not working in server

Dear There, Im from India. Im maintaining one existing asp.net 4.0 project with DayPilot:DayPilotCalendar control. it is working perfect in development machine but its not wroking on our server, that...

Small IE layout issue with Calendar

Answered: Thanks, Richard. It's fixed now in build 6.6.2364. You can download and test it in the sandbox: http://www.daypilot.org/sandbox/Calendar/ScrollingArea.aspx See also: http://www.daypilot.org/daypilot-...

DayPilot Scheduler doesn't repaint itself after an AJAX post because Telerik RadAjaxPanel.

Answered: Drawing the control in an UpdatePanel requires special handling. In case of ASP.NET AJAX (standard part of ASP.NET since v3.5) DayPilot detects the presence of the library uses its special methods fo...

shift between the dates and times of resources

I just set up the scheduler and when I open firefox version 7 my page, I find myself with a lag. The dates of the resources do not fall in front of the dates. The concern is that it does not happen i...

Calendar stuck in loading

Hi... I am not sure this is a bug, but I have a DayPilotCalendar in an UpdatePanel and bound to an EntityDataSource. When I initially load the page, it appears correctly. When I change its StartDate ...

Scheduler control broken in IE8

Answered: The root of this problem is that the height of the parent control is too small. This can happen for number of reasons: Older browsers (e.g. IE7) don't support position:absolute, bottom:0px for stretc...

JScript runtime error on postback when using an updatepanel

I am using an updatepanel around the DayPilot Scheduler. The scheduler performs a postback every minute to refresh the items on the schedule. If I am using the control i.e. scrolling, drilling throug...

Scheduler Week view - CellDuration: 10080 bug?

When using the DayPilot Scheduler in view mode Weekly (CellDuration: 10080, CellGroupBy = GroupByEnum.Week), I get a javascript error on the next line of code: this.drawTimeHeaderCell=function($p,$W)...

invalid argument exception when unlocking machine

Hi, I keep getting an invalid argument exception when unlocking my machine if I have the scheduler open. The error happens in the following function: - this.updateHeight=function(){ if(this.nav.scrol...

Date Columns widths off on Calendar - version 6.6.2346.1

The column headers appear to be a couple of pixels short, which misaligns the heading and creates a gray box on the right side of the headers.

Export of Calendar does not show date in heading

I am unable to get the date to display in the heading. During DayPilotCalendar1_BeforeHeaderRender, e.InnerHTML shows the date, but does not render when exported to PNG.

Scroll Bars not working Calendar Build 6.5.2332 from September 9, 2011

Answered: It seems that this behavior is caused by the newly introduced HideFreeCells property which was not accessible and was always set to true. HideFreeCells="true" hides non-business hours (outside of Bus...
Previous Questions 631-660 of 1039 Next