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

Questions Tagged

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

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"; }

Assigning data to child resource

Using the Scheduler and cannot figure out how to assign an event directly to a child in a resource. Example: Parent (type of marketing) = Email Marketing Children (list of vendors) = Constant Contact...

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

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.

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 can I get the original resource on the onEventMoved callback?

I have a job on the scheduler and multiple people may be assigned to the same job, I want to be able to find the original resource the job was assigned to when it is moved so I can replace the old re...

How to show only two months in the monthly scheduler

I want to show only two months in my scheduler

Disable menu item for some events

Hi , Any way to disable (or make invisible) a certain menu item (not the whole menu) for some events ?

"Concurrent Event Groups" and "autoRefresh"

Answered: At this moment the group state is not persisted. This means it will reset to the original state on update(). You can customize the groups using onBeforeGroupRender: dp.onBeforeGroupRender = functio...

Cell height stacked overlapping events plus one

How can I set the cell height to be the size of the stacked overlapping events plus one

How to customize color code for events in Scheduler

Hi Team, Currently we are evaluating DayPilot Scheduler for one of our projects. We have a requirement where color code of events in scheduler needs to be customized based on certain conditions. Is t...

BusinessBeginsHour BusinessEndsHour not set when switching between day, week, and month view

I'm following this tutorial: http://code.daypilot.org/33944/event-calendar-day-week-month-for-asp-net-mvc to create calendar in day, week or month view. I've set BusinessBeginsHour and BusinessEndsHo...

How to undo the action DayPilot.Scheduler on event moved on the last event i saved without reloading the page?

Answered: try this code.. i hope i will helps you.. i did not use args.preventDefault(); but i use the code calling on events.php to load the updated data dp.message("MoveCancelled"); DayPilot.request("backend...

how to switch between monthView to dayView after clicking on monthview's date.

Hi, i have a requirement like, after clicking on the particular day in the monthView the view should be changed or reloaded to dayView with selected date in the monthview and with loading the records...

onBeforeHeaderRender() event was not called on initializing the event calendar

Hi, I'm working on the Daypilot event calendar javascript - version 1596. I have initialized the daypilot event calendar on a <DIV> with 3 resource columns and i'm modifying the resource column text ...

Horizental seperators

I want to use a horizental separator to divide resources into groups

Childs open automatically when dragging over

Answered: You can turn it off using treeAutoExpand property: dp.treeAutoExpand = false; See also http://api.daypilot.org/daypilot-scheduler-treeautoexpand/

Wrong time header "month"

Answered: It's fixed now since build 1586.

Divide on minutes i attached the screen short.

Answered: You can customize the hour header using TimeHeaderCellDuration property: http://doc.daypilot.org/calendar/time-header-cell-duration/
mvc

Disable context menu item & Dynamic context menu

Answered: #1 Since build 1591 you can use "disabled" attribute of a menu item. Please see the updated jsfiddle: http://jsfiddle.net/jLLck2sz/2/ #2 There is no context menu for grid cells, only for time range s...

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

How to allow overlapping only for some events

I have a set of tasks some of them are deleted but will remain displayed on the scheduler so I want to allow overlapping only for them which mean I can add a task overlapped with a deleted one

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

Fix the upper Resource? (2nd try)

Answered: Unfortunately there is no quick solution other than using two Schedulers. However, this is just a workaround and may not work in all cases. <div id="dp1"></div> <div id="dp2"></div> <script> ...

How to show only two weeks in the weekly scheduler

Answered: Just use Days property: <DayPilot:DayPilotScheduler runat="server" id="DayPilotScheduler1" Days="14" ... />

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 ?

Forbidd Events Overlapping

Answered: Please make sure that you are using an up-to-date CSS theme. Older themes may not include the *_shadow_overlap CSS class that is used to highlight the forbidden position. You can create a new theme i...

How to fast up the event tool tip when it is placed over a event.

When placing the mouse pointer over a event in monthly calendar view, it takes 3-5 seconds to load the tool tip. How fast up can be done. Event Bubble is used to display the tool tip, like to speed u...

How to change the TimeRangeSelectingStartEnd date to french language

How to change the TimeRangeSelectingStartEnd date to french language
Previous Questions 2761-2790 of 5130 Next