DHTMLX Scheduler is a web-based JavaScript events calendar that provides a rich and intuitive scheduling solution similar to Microsoft Outlook Calendar, Apple's iCal, or Google Calendar
Questions tagged [dhtmlx-scheduler]
155 questions
0
votes
1 answer
How to set the Dx property of DHTMLX Scheduler Timeline view using jQuery
In C#, I use this code to set the Dx property of the Timeline view
var timeline = new TimelineView("timeline", "EmployeeId");
timeline.Dx = 174;
But how can I achieve that using jQuery? I want to set the Dx property of an existing scheduler.

Jude Duran
- 2,195
- 2
- 25
- 41
0
votes
2 answers
Setting Dhtmlx Scheduler Timeline View hour header to 12-hour format
In Dhtmlx Scheduler Timeline View, how can I set the Hour header from military time(24hour) to 12-hour format?
I have found some responses on their forum but this doesnt seem to work.
scheduler.config.hour_date = "%h:%i %A";
Any help would be…

Jude Duran
- 2,195
- 2
- 25
- 41
-1
votes
1 answer
pass dynamic data-attribute to a dhtmlxScheduler
Is it possible to pass data dynamically to a dhtmlxScheduler via a data-attribute?
I am attempting to pass dynamic data, specifically a date, to be then used to stop the scheduler from showing events prior to the date I am trying to pass.
The…

Nebula
- 25
- 1
- 8
-1
votes
1 answer
DHTMLX Timeline tootip on y-axis
In the scheduler timelineview is there a way to put a tooltip on each row of an y-axis? In my case the y-axis is an abbreviation for a team and I need to show the firstname and lastname in the tooltip.

cwhisperer
- 1,478
- 1
- 32
- 63
-1
votes
2 answers
Performance when adding large number of events in DHTMLX Scheduler
We have discovered an odd issue in DHTMLX Scheduler when adding a very large number of events (several hundred). Imagine the events are all in the date range of Jan-Mar. If the user is currently viewing that date range, then the code that adds the…

Robert N
- 1,156
- 2
- 14
- 32