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

Questions Tagged bug

TimeFormat recognizion doesn't seem to work perfectly in the calendar

Answered: The Swedish locale is defined like this: DayPilot.Locale.register(new DayPilot.Locale('sv-se', { 'dayNames':['söndag','måndag','tisdag','onsdag','torsdag','fredag','lördag'],'dayNamesShort':['...

Daypilot scheduler crashes when dragging and reloading

Hi! When an Event is in dragging-mode, and the auto-reload (with Event reloading) is firering, daypilot crashes

Event calendar: adjacent events falsely treated as overlapping

In the event calendar view, Daypilot Lite treats two events as overlapping if the end time of one of them is the same as the start day of the other. Therefore, neither of them takes the full width of...

IE11, Win8.1 - extrem slow reactions

Answered: Loading less Events should be a good Thing. Now i am getting back about 20 Events. And the CPU is "only" going up to 6% when reloading. And when Scrolling at this Moment the Scheduler hangs for a sho...

Sub menu is floating

The main menu is absolute (when you right click the schedule), and the sub menu is appearing where ever the cursor is making it very difficult to use. Could this be fixed ASAP please by putting it in...

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...
Previous Questions 511-540 of 1074 Next