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

Questions Tagged bug

Parents-Resources on top level not expanded automatically

i am loading the grouped resources and setting "expanded = true" to all resources. But on the top-level resources there is no effect. I can expand it with a click. But not with the option true/false?!

Wrong time selection in timesheet when business hours not shown

Hello, I'm using ASP.NET Scheduler Pro for WebForms (v7.9.3373). DayPilot-Scheduler returns wrong time selection when ViewType="Days" and ShowNonBusiness=false. It's an urgent issue. Please help Than...

Null reference error on Navigating Week view

When i am clicking on week row is gives Null reference error on IIS server while all of my code is running good on local machine.

DayPilot:DayPilotScheduler bug?

Hi: Happy new year! Please check the attachments.

DayPilot:DayPilotScheduler bug?

Answered: You need to modify the event handler as follows: protected void DayPilotScheduler1_BeforeResHeaderRender(object sender, BeforeResHeaderRenderEventArgs e) { DataItemWrapper task = e.DataItem; ...

Last cell has no right border.

Answered: It's now fixed in the latest sandbox build (7.9.1384): http://javascript.daypilot.org/sandbox/scheduler/ An official SP release will be available early next week.

Error in chrome with DayPilot (Input string was not in a correct format. Screen Shot Attached.)

Answered: This error may happen if the Chrome zoom is not set to 100%. Chrome has started to report the scroll position as a decimal number in one of its recent releases. It's fixed now in the latest DayPilot ...

End Date Incorrect - Too Long When Selecting, Too Short When Rendering

Answered: Since v7.9 (http://javascript.daypilot.org/daypilot-pro-for-javascript-7-9/) there is an option to treat the end date as date only: http://api.daypilot.org/daypilot-scheduler-eventendspec/ At this mo...

Message-Bar not disappearing completely

Answered: Daniel, I confirm the bug. It's fixed now in build 7.9.1312: http://javascript.daypilot.org/sandbox/ It can be tested in the JS console: dp.message("one"); setTimeout(function() {dp.message("two");...

CommandCallBack on Mac/iPad

Answered: Adding the following config part under <system.web> element will solve the problem. <browserCaps> <filter> <case match="AppleWebKit/600"> EcmaScriptVersion=1.5 supportsCallback=true </case> </filter>...

Row Selecting not working

Answered: It's fixed now in the latest sandbox build (7.9.1284): http://javascript.daypilot.org/sandbox/scheduler/rowselecting.html An official SP release will be available in a few days.

Daypilot Event Calender HeightSpec property Issue

Answered: If the calendar is inside a hidden element during startup the scrollbar position can't be set (this is a browser limitation). There is a workaround solution implemented in the latest sandbox build (7...

Daypilot Calendar Issue

Hi, I have created a scheduler using DayPilotCalendar and DayPilotNavigator. I was using the resource view. This is use for plotting schedule event on day view. I was using daypilot version 7.4 befor...

DayPilotNavigator postback

Hi guys, I am using version 7.3.2841.1 and only now I have noticed on a problem. I have a DayPilotMonth and a DayPilotNavigator to go through the months. Everything works fine when I cycle through mo...

Long event (multy day)

Good day, I use a DayPilot lite for Javascript, and when I create an event which will start in one week and end in another, calendar control is only render last part, but preserve a place in the firs...

Serialisation not working properly on update

In my project I don't have direct access to an SQL database, so I can't fill the events List as described in the tutorials. So I have created a dummy DataTable like this: DataTable table = new DataTa...

Error in onScroll

Hi! I get this error: TypeError: ex.start is undefined on: $.post("backend_events.php", { start: start.toString(), end: end.toString() }, function(data) { args.events = data; args.loaded(); } ); DAni...

ReferenceError: System is not defined Issue in MVC 5

I have been stuck with ReferenceError: System is not defined issue. If I create a new mvc project and add the references then everything works fine. But when I add this to my current project, I get t...

Background color set in BeforeEventRender handler is only showing when the full event is visible

When I set the background color of an event in the BeforeEventRender handler (in code), the background is correctly set, but it is only visible when the event is fully visible in the scheduler. I nee...

TimeRangeDoubleClick

I have been working on creating a proof of concept. I am trying to open up a modal window when a user double clicks on an empty cell within the resource view of the event calendar. I found the follow...

Fast event move (multiple times) / slow server update

Answered: Hi Simon, The latest sandbox build (7.9.5695) now supports BlockOnCallBack property. If you set it to true the Scheduler will create a temporary semi-transparent div over its main area which will pre...

Deadly Memory Leak Problem

I have 5 resource and 48 events. I refresh my event every 5 seconds via websocket. When my page start , memory is 50 MB after 5 min. After half hour memory is 1 GB. 1-)How Am I gonna solve that memor...

SCRIPT87: Invalid argument. daypilot-all.min.js, line 24 character 14012

Answered: I fixed this by try catching, it's not elegant but works: for(var i=0;i<this.shadow.list.length;i++) { try { $N.removeChild(this.shadow.list[i]); } catch (err) { } }

Recurrence Exception Bug v7.7.5664.1

Hello, I've implemented recurrence in my scheduler, much the same as the tutorial (TutorialDayPilotRecurrence) found on this site. The only difference is I'm using MVC, but both implementations suffe...

Losing business hour settings on update

I have the following options OnInit() BusinessBeginsHour = 9; BusinessEndsHour = 18; ShowNonBusiness = false; However, when doing OnCommand callbacks to change the day, it starts showing all hours ag...

Why does calendar add event at wrong time when using BusinessHoursNoScroll

Something seems weird when switching between businesshoursnoscroll and businesshours. The time of the event is incorrect. Here is a fiddle: http://jsfiddle.net/Viktor/uf6x4hdn/1/ Side note: It would ...

A problem when expanding a resource at the middle or bottom of DayPilot scheduler

Good Day for you all. I have a problem with the DayPilot Scheduler Control (Take for example this one http://www.daypilot.org/demo/Scheduler/Theme8.aspx when making 'Room A' at the bottom of the Reso...

Scheduler Header not Showing date when using DayPilotScheduler_IncludeCell

Hi all, I am using DayPilot SCheduler v7.7.3045.1. I cant use the ShowNonBusiness option as I need to show the weekends therefore I am using DayPilotScheduler_IncludeCell to exclude non business hour...

DayPilot is giving exception

HI DayPilot is giving exception in OnBeforeResHeaderRender when try to do e.InnerHTML = "<a href='http://www.xyz.com' title='xyz'>XYZ</a> A potentially dangerous Request.Form value was detected from ...

Daypilot Calendar issue with Internet Explorer and Mozilla FireFox

Hello, I have created a schedule which is working fine, however, the schedule only displays properly in Chrome. Internet Explorer 9 and Mozilla FireFox 30.0 does not display properly. Is there a bug ...
Previous Questions 481-510 of 1039 Next