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

Questions Tagged bug

rows.filter() while onEventMoving()

Answered: Unfortunately it's not possible to use the filter in onEventMoving because the filter() method causes a refresh of the Scheduler (and it disrupts the current drag and drop operation). Also calling an...

Left click Bug

Hi to all, I just encountred a strange bug while playing with my scheduler ; I accidently cleft clicked on an empty cell of the scheduler and all the events were gone ! Why and how to fix it

Collapse feature and dynamic loading

Hi, I'm using the collapse feature for resources and dynamic loading for events, but when I collapse resources events does not load until I user the sroll how to fix this ?

Allow/Deny Drag and Drop per Event Deosn't work in version: 7.9.3373.0

Answered: 1. This issue is related to the default MoveBy value. For MoveBy="Full" (which is now the default value) disabling event moving in BeforeEventRender has no effect. This issue is fixed in the latest s...

Filter not working

I am having issues with implementing filters in MVC App. I am playing with the Tutorial ASP.NET MVC Hotel Room Booking http://code.daypilot.org/32389/asp-net-mvc-hotel-room-booking The filter doesn't...

Scheduler looses scroll position

Answered: It looks like gets reset right after the animation starts. It happens with plain div with "overflow:auto" as well: http://jsfiddle.net/JPEaa/344/ Probably the best solution would be to hook the minim...

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...
Previous Questions 451-480 of 1020 Next