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

Questions Tagged

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

Null reference error on Navigating Week view

When i am clicking on week row is gives Null reference error on IIS server while all of my code is running good on local machine.

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

how can I Prevent Time Range Selecting on non business days

Hi, How can I disable the time range selection on a previous period or non business days. Ranjith

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

DayPilot:DayPilotScheduler bug?

Hi: Happy new year! Please check the attachments.

select date on time header...

i want to select different dates on each cell on time header.. how can i do this

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.

TimerangeSelection on IPad

We have updated our MVC Calendar to version 7.9.5745.0 and have now problems with the TimeRangeSelection on iPad. Since the update, a single touch on a cell doesnt create a Selection. We have to Touc...

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

Can't able to change event background color in IE8 & 9, and show delete button permanently in latest version?

Answered: 1: You can add a custom delete button using an active area. It's described here as method #3. You can make the active area permanently visible by calling Area.Visible(): http://doc.daypilot.org/sched...

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/

Excel like inline edit

Answered: Inline editing of existing events is supported: http://doc.daypilot.org/scheduler/inline-event-editing/ You can also create a new event and immediately start inline editing. See the following example...

Access to HttpContext User Name in call back handler

Answered: You can access the controller using Controller property in the backend class: public class SchedulerController : Controller { public ActionResult Backend() { return new Dps().CallBa...

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

How to make data refresh when selecting different week on Navigator?

Answered: You need to reload the data source in Command event handler (where you change the dates according to the selected date received from the Navigator). protected void DayPilotScheduler1_Command(object...
Previous Questions 2791-2820 of 5084 Next