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

Questions Tagged javascript

Filtering on multiple columns

Hi, I've been trying to find a way to do filtering (same as described here): http://javascript.daypilot.org/demo/scheduler/rowfiltering.html) but on different resource row columns (same as here): htt...

Feature Request:How to reorder/resize the resource columns- Event calender - Daypilot pro javascript

Couple of weeks back, i have raised a question regarding resize/reorder of resource columns and 'Dan Letecky' requested for the sponsoring the feature. http://forums.daypilot.org/Topic.aspx/2580/how-...

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

HTML Application

Hello, Is there a way to embed DayPilot Scheduler in an HTML Application (.hta file) ? I've tried this little code but no way: alertbox #1 and #2 never fired, and nothing shown (path to library is ok...

Expand specific resource from resource tree.

I have resource tree which has 2 levels. I want to expand only specific resource based on condition and others are collapse. how to do?

How to clear events?

Answered: Found a workaround: dp.events.all().each(function(e) { dp.events.remove(e); });

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

Prevent resetting to top of scheduler after saving?

Answered: In most cases, it should not reset (at least it is not reset explicitly). However, you can save the vertical scrollbar position before the AJAX call using getScrollY() and set it to the same value af...

Row Filtering: problem with child-resources

Answered: This is now fixed in build 8.0.1518. The child nodes that match the filter will be visible including their parents. http://javascript.daypilot.org/sandbox/scheduler/rowfiltering.html

Parrent100Pct Div Resize

Answered: You can reset the dimensions by calling .show(): http://api.daypilot.org/daypilot-scheduler-show/

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?!

Resources with no ability to book Events on

I have many Resources in Groups. The "Parent"-Resources shouldnt be able to book events on. And the backcolor of this rows may dark (or something like that). And if the user drags over thuch a row th...

Is there a way to show other data than the actual date in the header?

I'm thinking about using this for a room booking scheduler, but rather than showing multiple days horizontally, I would like to only show a single specific day with all the available rooms and the se...

Month, StartDate, and Angular

It doesn't appear that setting $scope.config.startDate in the controller does not automatically refresh the calendar like it does with scheduler. How do I dynamically reset the start date from a cont...

Adding resources breaks cellWidthSpec="Auto"

I have a DayPilot scheduler on my app. When I set up the component originally, it is set with cellWidthSpec="Auto" and everything is set fine. I later retrieve my resources via Ajax and set them into...

Scheduler: Changing HeaderHeight

I see in the documentation the headerHeight parameter, but when I set it, it is always rendered as 20px. Am I missing something? I'm using the Angular implementation with the attached config

In Month view, events longer than one week (8 days+) only display on the last week row.

Answered: This issue is now fixed in the new 1.2 release: http://javascript.daypilot.org/daypilot-lite-for-javascript-1-2/ Let me know if there is any problem.

Modifying the args.cell.start, args.cell.end properties

Answered: Unfortunately the cell duration must be fixed for the whole day in the Calendar. In the Scheduler you can create a custom timeline that will be non-linear: http://doc.daypilot.org/scheduler/timeline/

onCellClick() or onCellDoubleClick() methods Event Calendar Pro javascript

Answered: If you click a cell TimeRangeSelect/TimeRangeSelected event will be fired: http://api.daypilot.org/daypilot-scheduler-ontimerangeselect/ http://api.daypilot.org/daypilot-scheduler-ontimerangeselected...

Is horizontal scroll bar available with event calendar(all view types) control

Answered: Yes, you can use fixed column width: http://doc.daypilot.org/calendar/fixed-column-width/

How to resize the resource columns

Answered: Unfortunately, columns resizing is not supported at the moment.

The timeHeaderCellDuration property does not produce specified time interval cells

Answered: This issue is now fixed in the latest build (7.9.1426). The jsfiddle now works fine. You can customize the time header HTML using onBeforeTimeHeaderRender: http://doc.daypilot.org/calendar/time-heade...

Switching event calendar(javascript) from 'Resources' and 'Days'/'Week' not updating the headers

Answered: It's now fixed in the latest build (7.9.1428). Just note that .init() is called automatically from the jQuery plugin. The second call to .init() is ignored. This means the following part of code has ...

Multiple timezone view of Scheduler

Answered: Provided that all dates are GMT you can add a secondary time header that will display another time zone. Just override onBeforeTimeHeaderRender and update the HTML as needed. The limitation is that t...

IE 8 + 11 Problem: No Events

Answered: It looks like the problem is the timeline. As far as I can see the time header doesn't include any cells. You can check whether this is a display-only issue by checking dps.itline array in the consol...

Different Colours for events in Scheduler

Answered: Something like this works in c#: protected override void OnBeforeEventRender(BeforeEventRenderArgs e) { if (Boolean.Parse(e.Tag["CheckedIn"])) e.BackgroundColor = "#9FF59F"; if (Boolean.Parse(e.Tag["...

Current time in Scheduler

Answered: I solved this with Seperators (http://doc.daypilot.org/scheduler/separators/) dp.separators = [{color: "Green", width: 2, location: new DayPilot.Date()}]; dp.update(); setInterval(function () { dp.se...

Javascript Scheduler Rows Auto Height

Answered: Unfortunately, it's not possible to stretch the row height automatically because it's based on the event box height and the number of overlapping events. However, it's possible to use heightSpec = "M...

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.
Previous Questions 2041-2070 of 2161 Next