Questions tagged [daypilot-scheduler]

The daypilot-scheduler component displays a timeline for multiple resources. Available scheduler editions are:

  • ASP.NET Scheduler (WebForms)
  • ASP.NET MVC Scheduler
  • JavaScript Scheduler

Read More.

11 questions
2
votes
1 answer

DayPilot Scheduler - Vertical Scrollbar never appears

This question is for the Angular implementation of DayPilot Scheduler. It seems that no matter what I do, I cannot get a vertical scrollbar to appear where the events are rendered. When there are more rows than can fit into the scheduler, they are…
2
votes
1 answer

Get DataResourceField value of DayPilot Scheduler

I want to get DataResourceField value, when Move event is triggered.Below is my DayPilot Code.
Abdul
  • 2,002
  • 7
  • 31
  • 65
2
votes
0 answers

Day pilot scheduler control cell rendering issue javascript

I am using day pilot scheduler control . problem is it only rendering cell of the visible area. Visible Area : Scroll I want it to be render all cells at once.
shujaat siddiqui
  • 1,527
  • 1
  • 20
  • 41
1
vote
1 answer

Implementation of DHTMLX / DayPoilet or FullCalendar

Can i implement DHTMLX / DayPoilet or FullCalendar in our Asp.Net MVC using Angularjs freely for hospital rooms booking scheduler as on one side we have rooms while on other side we have time…
0
votes
4 answers

Finding crew pairing possibilities

Group BLUE can be paired with another member of group BLUE or with a member of RED BUT Group RED can only be paired with a member of group BLUE BLUE RED Nik Steve Pat Alex Nik & Steve Nik & Alex Nik & Pat Pat & Steve Pat & Alex This is…
0
votes
1 answer

how to change the date control in day pilot scheduler using in angularjs

Hi I'm new to day pilot scheduler, I have referred this day pilot scheduler https://code.daypilot.org/54503/angularjs-timesheet-tutorial-javascript-php to use my time sheet. here what I want is I want to select date depend upon sidebar…
Vinoth
  • 972
  • 1
  • 16
  • 47
0
votes
1 answer

in controller can't showing content in popup with ng-repeat?

I'm using daypilot scheduler i want to show details of an event in popup when clicked.. how can I get some information of 1 event and set in popup ? screenshot $scope.schedulerConfig.onEventClicked = function(args){ var dp =…
Fredj
  • 59
  • 2
  • 9
0
votes
1 answer

How to attach tooltip or label for a separator in DailyPilot scheduler?

Hello I am using DayPilot scheduler with Angular and I have multiple separators and I want to attach a label or a tooltip on them. So whenever the user hovers on the separator it shows a little info about this separator (for example: the holiday…
Ramy Tamer
  • 618
  • 1
  • 7
  • 16
0
votes
1 answer

What is difference between DataValueField and DataIdField of DayPilot Scheduler

I am using DayPilot which has two attributes DataValueField and DataIdField. Both are assigned with some values. I can access DataIdField in Code behind using e.Value but cannot access DataValueField. Are these same things or they are different…
Abdul
  • 2,002
  • 7
  • 31
  • 65
0
votes
1 answer

Get DataValueField of DayPilot in Code Behind

I am using daypilot schedular in my asp.net application. how can i get the value of DataValuefield in Code behind.
Abdul
  • 2,002
  • 7
  • 31
  • 65
0
votes
1 answer

Aurelia with Standalone library integration

I'm working on aurelia+scheduler poc. I have found one standalone js library for displaying meeting events. The issue is integrating this js with aurelia. I'm using jspm for downloading project dependencies. Has anybody tried to integrate a…
Suri Babu
  • 85
  • 2
  • 12