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

Active Questions

Disable Row(resource)

Answered: In DayPilot Pro you can use onEventMoving and onTimeRangeSelecting events to evaluate custom rules during drag and drop and forbid the action depending on the result: http://api.daypilot.org/daypilot...

Scheduler Control

Answered: If performance is critical then don't use AngularJS. It brings overhead related to watching the data sources (config which includes resources, events). The jQuery plugin is an alternative way of init...

Daypilot recurrence events error

0 down vote favorite I have used the recurrence feature used by daypilot calendar as following : protected void Calendar_BeforeEventRecurrence(DayPilot.Web.Ui.Events.Calendar.BeforeEventRecurrenceEve...

Complaint

Answered: Sorry to hear that - please contact us directly at support@daypilot.org to get a speedy response.

Infinite/Endless Scrolling: Scheduler

Answered: It's not implemented yet but it's in the queue.

Context menu issues for JavaScript scheduler control in AngularJs app

Answered: There was a problem with using DayPilot.Menu with AngularJS. It's be fixed in the latest DayPilot Pro for JavaScript release: http://javascript.daypilot.org/daypilot-pro-for-javascript-8-0-sp2/ Let m...

Multiple DayPilotMenu

Answered: Yes, you can assign a custom context menu to events using BeforeEventRender (use e.ContextMenuClientName property): http://doc.daypilot.org/scheduler/event-customization/

How to create a new event?

Answered: Sanjeev, please see the HTML5 Event Calendar Tutorial, "Drag and Drop Event Creating" section: http://code.daypilot.org/17910/html5-event-calendar-open-source

Project Gantt Chart

I am evaluating the Gantt chart. Is it possible to have it not expand to show all tasks unless I choose to click and open the parent record to see tasks?

How can I add white space to a cell below other events to allow a user to create new events? DP pro Version: 1514

Answered: The rowMarginBottom property of the config object adds N pixels below the last event in a cell.

How do you control the top border of event, remove it, use a different color, etc.

Answered: protected void Scheduler_BeforeEventRender(object sender, BeforeEventRenderEventArgs e) { if (condition) { e.DurationBarColor = "green"; } if (else) { e.DurationBarColor = "red"; }

Browser hangs when paging to previous year

Answered: This is a bug of version 8.0.1622 (8.0 SP1). It's fixed now in the latest release (8.0.1658): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-0-sp2/

datapilot.mdb issue

I cannot open the database with access. it says "unrecognized database format" could i get a list of tables and fields so i can recreate the database with MS SQL? I am using the Tutorial scheduler vs...

Multi Resizing

Hi. We are currently evaluating Daypilot Scheduler. Very satisfied with the multiselect and multimove features. But we are missing the option to select multiple events and then resize all selected si...

How to have fixed hour in day view?

Am trying to fix the hour in daypilot? I have used dp.daystartshour=8 ,it is displaying from 8.am itself,now i have problem that i need to display the whole day hours though it starts from 8am(i.e., ...

DayPilotNavigator

Is the DayPilotNavigator supported or work with the DayPilot Lite? If so do I need to add another reference to use that control? Thanks for any insights.

DayPilot Pro for JavaScript (OEM Team) - 5 Developers license

Hi Dan, We would like to know some more information about the "DayPilot Pro for JavaScript (OEM Team) - 5 Developers - 1 application" license. The OEM-5 developers means 1. Is it licensed to fixed 5 ...

I have to set the cell height dynamically.Please help

I have to set the cell height dynamically in daypilot calendar.
mvc

Scheduler with no events renders with just the headers.

Is there anyway to get the scheduler to show an empty event area covering the height specified. Thanks..

Using Server side data binding with multiple resources

When there is more than a few hundred rows displayed, the vertical scroll is sluggish and the resource area will go white and then re-render after a second or two. Is there anything I can do to handl...
Previous Questions 2821-2840 of 5198 Next