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

Questions Tagged feature

Render Angular component into DayPilotMonth event

Answered: The onDomAddEvent and onDomRemoveEvent event handlers are not yet supported in all components. In the DayPilotMonth component it's now available since 2019.1.3594 (use the latest sandbox version - ht...

Disabled cells for DayPilot.Calendar

Answered: Yes, it's in the plan - it will be introduced in one of the coming releases.

DayPilot Gantt - Export Client-Side

Answered: Hi Andrea, Gantt client-side export is in the works - it will be available in the near future.

Scheduler with Sortable Columns for Javascript

Answered: There is a tutorial in the works that will show how to sort rows using the column headers in the JavaScript version. It will be published at https://code.daypilot.org - you can subscribe to email not...

Showing tasks on group level

Answered: Hi Nikola, I see. It's possible to use parents as well. Some examples use "treePreventParentUsage: true" setting to disable the parent rows but the default it to enable drag and drop for all rows. Se...

Disable cells previous to the current datetime

Answered: Unfortunately, DayPilot Lite doesn't support disabled cells. However, you can check the dates in onEventMove, onEventResize, and onTimeRangeSelect events handlers and call args.preventDefault() to ca...

Ability to adapt to the user timezone

Answered: Unfortunately, automatic time zone handling is not supported at the moment. This is a desirable feature but it's not trivial and it's in the research phase now. I can't promise any delivery date at t...

Add new column

Can we add new column with description

Hourly rental and next reservation times

Answered: When event overlap protection is enabled (https://doc.daypilot.org/scheduler/event-overlaps/) the Scheduler will block times with existing events. If you want to use this mechanism to block 5 minutes...

Histogram support

Answered: Unfortunately a histogram is not available at the moment. There is a similar feature that you might be able to use to display the resource utilization/overbooking: https://javascript.daypilot.org/dem...

calculation

If I want to add a calculation can you show me how? I downloaded the full booking system but for my school project, the system should have some sort of a calculation!

editing

Can't edit the appointment from the doctor view.

Database

I have done everything and yet no error but when I insert a data, it does not show in my database. Please help. Thank you

Render Angular 5 component into DayPilotMonth cell template

Is is possible to render a angular component into DayPilotMonth cell template html? I'm trying to pass nativeElement as HTML attribute, but it doesn't work. Only renders "[object HTMLElement]". onBef...

Calendar - area definition by Start() & End()

Answered: Petr, It's in the plan for the next release (coming in 14 days), please stay tuned!

Undefined Variable

Answered: The original data object is available as DayPilot.Event.data property (see also https://api.daypilot.org/daypilot-event-data/). Most event handlers make DayPilot.Event object available as args.e, so ...

Version Lite

Answered: The ASP.NET Core version of DayPilot is now on hold - please see my reply here: https://forums.daypilot.org/Topic.aspx/3983/click-event You can use DayPilot Lite for JavaScript which includes Calenda...

FirstDayOfWeek

Answered: The Lite version uses the first day of week that is read from the current Culture. It works automatically for ViewType="Week". You can also display custom number of days (Days property) starting at c...

Month problem

What if our project has many tasks throughout a couple of months. How can I show the diff tasks on the same chart although they're on different months?

Possibility of an automated reminder

Answered: This needs to be done on the server side. DayPilot focuses on the UI and it doesn't include support for sending emails.

resourceHoverHandling

Answered: Since build 2852 it's possible to use action: "Bubble" for row headers as well: dp.resourceBubble = null; dp.onBeforeRowHeaderRender = function(args) { args.row.data.bubbleHtml = ...

JS Schedular - Multimove across the resources(y axis)

Answered: You can move all events if you set multiMoveVerticalMode property to "All": dp.multiMoveVerticalMode = "All"; The documentation is now updated.

AreaCollection in DayPilot calendar

Answered: Active areas were not supported in the Calendar grid cells until now. However, this feature is now available in the latest sandbox build (8.3.5867): https://mvc.daypilot.org/sandbox/

Disable daypilot.task.complete (percentage) on DayPilot Gantt

There are times I do not want to show the progress (complete percentage) of each task in DayPilot Gantt. Is there anyway to disable/hide the complete percentage progress text? Instead I would show ta...

image in Scheduler

Hi Can it is possible to have an profile image of Resources in Daypilot Scheduler. If it is possible can you provide me the code in JS. Thanks Anil Singh

DurationBar for DayPilotMonth object

Answered: DayPilot Month doesn't have built-in duration bar support. However, you can add a custom bar easily using "active areas" (in the Pro version): protected void DayPilotMonth1_BeforeEventRender(object...

RowHeaderColumn change after EventResize

Answered: By default, events are not stored anywhere so you need to reload them (use DataSource and DataBind just like in Page_Load): Public Sub dpCalendar_EventResize(sender As Object, e As DayPilot.Web.Ui....

Gantt.Export(ImageFormat.Png) and Gantt.ExportBitmap()

When will Gantt.Export(ImageFormat.Png) and Gantt.ExportBitmap() be available? How can I export or print the entire gantt chart?

Does HourHalfBorderColor still works in new Calendar version ?

Answered: This property is obsolete now when CssOnly="false" mode is not supported anymore. However, you can achieve this effect using CSS. The border is defined using a cell class. The default style ("calenda...

Time in event title

Answered: The current version doesn't add the time automatically but you can enable it using ShowEventStartEnd property: ShowEventStartEnd="true"
Previous Questions 61-90 of 324 Next