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

Questions Tagged how-to

Removing event not included in MVC angular demo

Answered: With Angular, you can delete an event by removing it from the underlying event array (events/daypilot-events attribute). The calendar will be updated automatically.

Change Date Format

Answered: DayPilotScheduler1.VisibleStart is a DateTime object so you can get a custom formatted string from it using ToString(): DayPilotScheduler1.VisibleStart.ToString("yyyy-MM-dd"); See also here: http...

display current position details in Calendar (real time)

Answered: Unfortunately this is not supported in the Calendar control at the moment.

DayPilot month start date time

Answered: You can display the start and end time using the following properties: <DayPilot:DayPilotMonth EventStartTime="true" EventEndTime="true ... /> Another option is to add the time at a specified...

Hide rows in Gantt

Answered: The row filtering API is not implemented in the Gantt chart at the moment. However, you can hide the row by setting .row.hidden attribute of the task to true: var task = dp.tasks.list[0[; if (!tas...

how

Answered: The Gantt chart in this tutorial is based on the Scheduler control (it's the Scheduler controls switch to Gantt using ViewType="Gantt"). See also: http://doc.daypilot.org/scheduler/gantt-chart/ That ...

How to detect when I scroll to the bottom

I see we have method dps.getScrollY() but if I want to detect when we scroll the scroll bar to the bottom, I don't know how to do this? Thanks

Will the RecurrenceExpander object take into consideration a working week (Mon thru Fri)?

Hi Dan and Team, Further to post: https://forums.daypilot.org/Topic.aspx/1056/changing_week_to_working_week_ Will the RecurrenceExpander object take into consideration a working week, Monday through ...

scroll vertically on touch device

Answered: The latest sandbox build (8.2.2185) now supports vertical touch scrolling using the row headers: http://javascript.daypilot.org/sandbox/ Let me know if it doesn't work as expected.

need a sample program

Can u give me a sample asp program to display the date,time,and calendar of that month when it is runned or compilled

Calender controls

how to show the monthcalendar of the text given in a textbox in the format of dd/mm/yyyy

Can be added in a different granularity than displayed.

E.g. calendar renders 30 minutes slots. But click, drag and unclick paints and adds in 15 minutes granularity. I try to use cellDuration = 15 can move and resize in 15 minutes but I don’t want border...

Disapper Non business working hour cells

Answered: Please see this documentation page: http://doc.daypilot.org/scheduler/hiding-non-business-hours/

Uncaught TypeError: DayPilotMonth.Month is not a constructor

Answered: What version of DayPilot do you use? It looks like you have a very old version of DayPilot.Mvc.dll (something like 1.1) and use it with a newer client-side library (daypilot-all.min.js). You always n...

How to disable rowheadercolumn resizing?

It's possible to resize the width of a rowheadercolumn in scheduler by simply moving the columnheader splitter left or right. How can I disable this? I tried the following things without success: row...

Is there a way to drop external element on an event?

Hi Dan, I have some elements I made draggable with the function DayPilot.Scheduler.makeDraggable(item). Can I get the target event Id when I drag&drop over it the draggable item? Thank you.

Remove Demo Title From the Tool

Answered: The tutorial includes a trial version of DayPilot Pro for ASP.NET WebForms. The trial version is not licensed for production use and displays a DEMO label. If you want to use the code in production a...

ViewType

Answered: The timesheet view (ViewType="Days") is only supported in DayPilot Pro. It looks like you might be using the Lite version. See also: http://doc.daypilot.org/scheduler/timesheet/

Events Not Loading: Customized Work Week View

Hi, When we use Viewtype="resource" customized work week grid is displayed but events are not binding. If I remove Viewtype="resource", single day displayed and event also displayed.

Monthly report

Hello How to design the monthly view of the event in the report form, based on the events entered using the calendar?

entity framework

how can i implement the sql link via entity framework

integrating the daypilot calendar with may controller/view

Answered: In the Pro version, there is a ClientState property that will hold and persists such data (such as filter parameters) and pass them to the server side with every callback: http://doc.daypilot.org/cal...

Can i have this on Delphi - Pascal?

Answered: Unfortunately this only works on .NET. I'm not sure if there is any EWS library for Delphi available. The Microsoft EWS library is a wrapper around the Exchange Web Services API (SOAP) which can be a...

Scheduler styling: small vertical open space between rightmost column and right border

The right side of the scheduler looks like this: http://imgur.com/D7Ngfvy Is it possible to just hide the outer border, or is there another solution to this? I'm using angular daypilot and I created ...

Event Calendar: Select time range that span over two days

Hi Dan, In the event calendar, it appears you can only select a time range that starts and ends on the same day (e.g. 12:00AM to 12:00AM). However, I'm trying to select a range that spans more than o...

Events not Displayed in custom timeline

Answered: Please see the following page with debugging instructions: http://kb.daypilot.org/101644/events-not-showing-up-in-the-scheduler/ In the MVC version, the events are loaded using a special callback whi...

How to change weekly calender

Answered: You can change the visible week using startDate property: <select id="week"> <option value="2016-04-04">Week 14</option> <option value="2016-04-11">Week 15</option> </select> <div id="dp"...

How to disable close modal window on background clicked

Answered: It's in .update() method and it looks like this: window.setTimeout(function() { This.hideDiv.onclick = function() { This.hide(); }; }, 500); In v2.2 it's line 190.

Directive not working

Answered: If you don't see anything in the JavaScript console I recommend starting with the following minimum code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Angular...

AngularJS how to set businessBeginsHour, businessEndsHour and calendar height

Answered: It's supposed to work like this: <div ng-app="main" ng-controller="CalendarController" > <daypilot-calendar id="calendar" daypilot-config="calendarConfig" daypilot-events="events...
Previous Questions 1591-1620 of 3052 Next