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

Questions Tagged

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

Display Hours as header or (Hours and Days)

Hi, I currently have a scheduler for a sight, but I'm having a hard time as to how can I show Time per day(24hours) as well as days in a week both in X axis. >daypilotplanner.aspx This is my current ...

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

How can i clear the content of daypilot scheduler version 7.9

Answered: This issue seems to be related to the timeline only. You can see this exception if the timeline is empty, i.e. when Days is set to 0 or if you hide all columns (http://doc.daypilot.org/scheduler/hidi...

Prevent moving between resources

Answered: You should set .moveVDisabled property of the event to true: http://doc.daypilot.org/scheduler/limit-event-moving/ You can do it directly in event data object or using onBeforeEventRender event handl...

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");...

post value send

Answered: You can pass a custom object as the third parameter but it will be sent in the body serialized to a JSON string: DayPilot.request(url, successCallback, postObject); If you need to send custom pos...

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

Daypilot calendar recurring events support "every x monday of the month" ?

Answered: Unfortunately such rules are not supported by RecurrenceRule class at the moment. The only solution is to pass the occurrences expanded in the datasource.

How to see the whole Event text, for an event with a short duration

Answered: Are you using the Calendar or the Scheduler? There are several options: 1. Increase CellWidth (Scheduler)/CellHeight (Calendar). In the Scheduler, you can also increase EventHeight. 2. Add a Bubble t...

BusinessHours

Answered: The HeightSpec = BusinessHoursNoScroll is not available in the MVC Lite version at the moment. Most likely, it will be added in the next release.

scalehours in 30 minutes

Answered: In the Scheduler, you can use the following to get 30-minute time slots: dp.scale = "CellDuration"; dp.cellDuration = 30; See also: http://doc.daypilot.org/scheduler/scale/ http://doc.daypilot.o...

Ability to add images on the events

Answered: You can customize the event HTML using onBeforeEventRender event: Scheduler http://doc.daypilot.org/scheduler/event-customization/ Calendar http://doc.daypilot.org/calendar/event-customization/ Month...

When Adding Event, Resource Is Null

Answered: I assume you create the columns manually in view #1 (ViewType="Resources"). You probably specify the resource for each of these columns. That's why it's available in TimeRangeSelected. In view #2 the...

Keep scroll bars always visible

Answered: The solution would be to let the scheduler fill the window/viewport so you can always reach the horizontal scrollbar at the bottom (without using the browser vertical scrollbar). Use heightSpec="Pare...

How to delete Resource from scheduler

I have tried to delete a resource by having a menu item on Resource menu and using callback to update the database and rebinding the data. I am also using update() method inside SchedulerBeforeResRen...

On event resize

Answered: There are two ways to do it: 1. Store the old event start and end in the args object in onEventResize (which is fired before the default action). The same object will be passed to onEventResized. The...

current version of jQuery

Answered: Yes, there should be no problem with any recent version of jQuery.

External Drag for scheduler with calendar

I want to perform an external drag from a gridview to a Scheduler with a linked navigator to select date. If we select different date from the calendar, e.StartDate and e.EndDate will still be Today ...

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

Scheduler full update slow in IE 10

We are evalutating the latest MVC scheduler and are having trouble with performance when it comes to Internet Explorer 10. We are testing with 159 resources and 159 events and the initial load is qui...
mvc

ERROR 405 Method Not Allowed 'PUT'

Answered: Nevermind got it fixed, it wasn't a scheduler issue

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

Can't create event using javascript

I have tried to create event using javascript. I have created like this : @Html.DayPilotMenu("menu", new DayPilotMenuConfig { CssClassPrefix = "menu_default", Items = new DayPilot.Web.Mvc.MenuItemCol...

Can we attach files in calender?

Hi, I need below requirements for my calendar. File attachment Location map (google) Pls let me know if your product support that

How to export daypilot calender in excel ?

after R&D on export supports for daypilot i came to know there is only support for PDF and image. I wanted to confirm is there possibility to export to excel & if possible then how ?

Calendar in repeater

Hallo, I'm using Calendar in asp.net repeater. Every calendar has to be bound with a navigator. The problem is that every calendar is generated with the same client object name, and so I cannot corre...

Event Calendar only shows current day

Hi, I cant seem to get the Event Calendar to show more than the current day. My Controller looks like this currently: public ActionResult BackEnd() { return new Dpc().CallBack(this); } } public class...

Can't load events from mysql

I'm setting up the calendar and I am having trouble switching from the sqlite database in the tutorial to my mysql database. I'm using the tutorial code created and populated a mysql databse using _d...
Previous Questions 2881-2910 of 5130 Next