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

Questions Tagged

How to display datepattern year with only two numbers ?

Answered: It's now supported in the latest sandbox build (8.0.1538): http://javascript.daypilot.org/sandbox/

Scheduler: edit row width

Answered: No, the grid of the "days". The Feature of the row-header-width is perfect. I can Change it with the mousecursor. Exactly the same Feature for the calendar-days would be cool!

how to show contextMenu when right-click on timeRange

Answered: You need to specify the context menu using .contextMenuSelection: dpc.contextMenuSelection = new DayPilot.Menu([ {text: "New appointment", onclick: function (args) { var ...

Day pilot event selection on right-click and double-click events

Hi, I'm working on the Day pilot Pro Javascript -v1531. When the event right-clicked or double-clicked the event should get selected and it is not doing now. Please help me to achieve this.

Calendar OnEventSelected() event doesn't change the back color of event

Hello, I'm working on the daypilot event calendar javascript pro - v1531. I have 2 events in my calendar. The first event had some back ground color and the second event had default color. When i sel...

startdate = yesterday on scroll calendar

Hi, how can I make daypilotscheduler to start on yestarday date and finish today?? Im using c#

How to unselect a row

Answered: You can clear the selection using rows.selection.clear(): dps.rows.selection.clear();

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

Add CheckBoxes/Radio Buttons next to Resources Children, Also provide functionality to select available time

Hi All, I am trying to mimic the behavior we see in outlook for scheduling a meeting, where in on the left most side we have attendees and/or meeting rooms and right side it shows timeline for all. I...

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?

Searching Developer / Development Team who connects DayPilot ASP.NET to our roombooking solution!

Hi, is there any developer interested in connecting DayPilot to our roombooking solution? Contact me! Nicolas Leiser Nicolas.Leiser@nexxtsolutions.de www.nexxtsolutions.de Tel 0049 89 416129810

Calendar appointments with UTC start/end

Hello, I am trying out DayPlanner MVC on Azure Websites. They run in UTC. When the DayPilot javascript calls the Backend controller method, the start and end times of events are in the correct time i...

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

Calendar taking a long time to switch days in Day view

Answered: Most likely this is caused by loading more events than necessary. You can try limiting the event set using StartDate and Days properties. See an example from the ASP.NET MVC 4 event calendar tutorial...
mvc

Pass Parameters to BackendController Dpc Class Onfinish

Answered: 1. You can use the ClientState property: http://doc.daypilot.org/scheduler/clientstate/ 2. Or you can modify the .backendUrl dynamically on the client side and read the query string it in the control...

Sub menu is floating

The main menu is absolute (when you right click the schedule), and the sub menu is appearing where ever the cursor is making it very difficult to use. Could this be fixed ASAP please by putting it in...

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

Asp Menu Hiding Behind DayPilot:DayPilotScheduler

Answered: It looks like you have placed the scheduler inside an element with z-index specified. You can try specifying a higher z-index for the menu using ZIndex property.

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

Duplicated rows

Hi, I fill my daypilotscheduler with a datateble just like on the demo. But when I add more that one reservation for a room it works ok showing every reservation next to another, but generates new ro...

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

Wrong time selection in timesheet when business hours not shown

Hello, I'm using ASP.NET Scheduler Pro for WebForms (v7.9.3373). DayPilot-Scheduler returns wrong time selection when ViewType="Days" and ShowNonBusiness=false. It's an urgent issue. Please help Than...

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...
Previous Questions 2941-2970 of 5254 Next