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

Active Questions

Differences between same data in IE8 and IE11/Firefox Nightly ?

Answered: I know that it's not what you want to hear but Microsoft stopped supporting IE 8 in January and so did we. I don't recall any similar problem but you can try using the latest DayPilot Pro version (8....

How do I delete the event from the database?

Answered: You need to call the server using an AJAX call, like this: <div id="dp"></div> <script type="text/javascript"> var dp = new DayPilot.Calendar("dp"); dp.eventDeleteHandling = "Update"; d...

Cannot implicitly convert type 'string' to 'DayPilot.Web.Mvc.Events.Gantt.RowClickHandlingType'

Answered: There is now a new guide on row selecting available in the documentation: http://doc.daypilot.org/gantt/row-selecting/ The latest sandbox build (8.1.5816) fixes a few related issues (such as the miss...

How To Lock The Header Line When Scrolling Down

Answered: Please take a look at the HeightSpec property options: http://doc.daypilot.org/scheduler/height/

New row is creating automatically

If I am creating a new appointment, then the day daypilot scheduler is creating a new row automatically as shown in the attached image. But it is not occuring in every time. Is it a bug? How to fix i...

Does recurring events support "every third monday of the month"?

Answered: Unfortunately, this rule is not supported using the built-in recurrence mechanism at this moment.

How to set color of milestone and group bar in gantt

Answered: Shapes of these elements are created using CSS so you can't control the color using a simple property in BeforeTaskRender - they can only be modified using CSS. You can use BeforeTaskRender to add a ...

0x800a1391 - JavaScript runtime error: 'DayPilot' is undefined

Answered: The tutorial text was missing the client-side script reference: <script src="@Url.Content("~/Scripts/DayPilot/daypilot-all.min.js")" type="text/javascript"></script> In the sample project (http:/...

Display Popup with custom text in "header" of DayPilot Control

Answered: You can assign just one default bubble for each of the object types (BubbleEvent, BubbleCell, BubbleResource). You can also invoke the bubble manually using JavaScript like this: DayPilotBubble contr...

Gantt: Property task.DataItem null after RowSelect

Answered: The DataItem works only when you call .DataBind() on the Gantt control during a request. This reloads the tasks from the data source and saves the source object as e.DataItem. If you don't call DataB...

Documentation Bug...

Answered: Thanks Dave! It's fixed now.

TimeHeader fontSize

Answered: Since build 8.1.3485 you can apply custom CSS class to individual time header cells (e.g. depending on the time header level) using BeforeTimeHeaderRender event. You can download the latest build in ...

Context menu and icon

Answered: Yes, you can specify the icon using "Image" attribute of <MenuItem> tag: <daypilot:daypilotmenu id="DayPilotMenu1" runat="server" CssClassPrefix="menu_default" ShowMenuTitle="true"> <DayPilot:Me...

My webpage gets laggy after a few hours when using Daypilot(trial) scheduler

Answered: Most likely it is an increasing memory consumption that is slowing the page down. A few hints: 1. Make sure that you have DayPilot Pro version 8.1.1969 or later (http://javascript.daypilot.org/daypil...

Backend Database

Answered: The format of the array items is described here: http://api.daypilot.org/daypilot-event-data/ See also the following tutorial, it includes PHP and ASP.NET MVC versions of the project: http://code.day...

Sheduler + Jquery Tabs scaling problem

Answered: The latest DayPilot Pro for ASP.NET MVC version (8.1) includes an auto-detection mechanism that waits until the Scheduler becomes visible and fixes the layout. It looks like you might be using an old...

Scheduler never returns from Callback when after third event is selected.

Answered: This usually means there is a JavaScript error that prevents the callback from completing. 1. You should be able to the details of the error it in the JavaScript console. 2. Sometimes, the client-sid...

Events in a same cell

Answered: You can do this using UseEventBoxes=Never option: http://doc.daypilot.org/scheduler/exact-event-duration/ Just note that this is not DayPilot Lite, but DayPilot Pro. I'm removing the "lite" tag.

how to apply css to scheduler

Answered: You should apply the theme using Theme property of the <DayPilot:DayPilotScheduler> tag like this: <DayPilot:DayPilotScheduler Theme="scheduler_8" ... /> Please note that you need to inc...

Hide TimeHeaders with Java-API

Answered: It looks like a bug. Normally, you should be able to hide the time header using getTimeHeaders().clear(). Please let me check the problem. You can also try to set the header height to 0 as a workarou...
Previous Questions 2661-2680 of 5261 Next