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
Dhtmlx scheduler: custom second scale in timeline view
I have a few customize to display second scale, please refer to snippet: demo second scale
We have 3 shifts per day, each shift is 8 hours. If I set x_start = 0, it's ok
But our working time start from 6 AM (x_start = 6). And I want the schedule to…

Tommy1209
- 179
- 3
- 12
0
votes
1 answer
Having what week day is on left column
I have the following http://snippet.dhtmlx.com/5/314bf7ab3 but where i have the day of the calendar, i also want to put if it's monday, tuesday or so on...
In the documentation at https://docs.dhtmlx.com/scheduler/timeline_view.html#daysmodedetails…

Carlos
- 81
- 1
- 9
0
votes
1 answer
How to install dhtmlx
How to install dhtmlx gantt
"dhtmlx-gantt": "^5.1.0"
I am developing a webpart in spfx.
require('dhtmlx'); I am using this line.

subashini udayakumar
- 33
- 1
- 5
0
votes
2 answers
Hide / Remove the DHMLX created watermark (footer) sentence when export pdf or png
Exporting gantt with dhtmlx works fine, but I wondered if there is a way to hide or remove the sentence in watermark (footer):
This document is created with dhtmlx library: http://dhtmlx.com
This sentence is generated when export to pdf or png at…

MaxiGui
- 6,190
- 4
- 16
- 33
0
votes
1 answer
DHTMLX scheduler recurring event id(id#timestamp) getting failed in DHTMLX functions
I am developing a recurring event feature in already working DHTMLX scheduler. I am able to insert the recurring event in my DB. When I try to update the event. It gives me error in setUpdated(), sendData() and getState() functions of DHTMLX…

Muhammad Ahmed
- 1
- 1
0
votes
1 answer
how we get multiple section_ids by day or week or month change in dhtmlxscheduler
i'm displaying driver's schedule. Some drivers are on holidays so we display red box for them. And other drivers those are active so we display white block for them. I want to count active and non active driver by the calendar day changes. Hope…

sultan ali
- 1
- 1
0
votes
1 answer
DHTMLX Scheduler timeline view - labels with longer text don't appear in tree mode
I have a question to which I can't find the answer for some time.
It's about DHTMLX scheduler timeline view in tree mode. The problem is that labels with longer text than the available space for the folder elements of the tree(these which have…

Simeon_Stoev
- 3
- 1
0
votes
2 answers
Updating dhtmlx-sheduler uisng React
I am using scheduler as follows:
From a dropdown(react-select), I choose a name (whose events I have to show on the scheduler) and it shows correctly,
nextState.showData is an array of data.
window.scheduler.parse(nextState.showData, 'json')
but…

sk215
- 119
- 1
- 15
0
votes
0 answers
jQuery div reload with a Get submit on following page - timing issues - dhtml scheduler
I'm refreshing a div on menu selection -it reloads a php include. The issue - the php include has a script that is submitting a GET request to JSON in some data from yet another form.
the headers show it is sending the proper headers to the first…

David Brown
- 3
- 2
0
votes
1 answer
DHTMLX Scheduler Month View only event count
1) In month view events are visible, instead of those events I want to show the counts only. How this can be achieved in DHTMLX Scheduler JS version.
2) Enable date area click event in month view, not the event_link which directs to day or week…

ccaring
- 53
- 7
0
votes
1 answer
Custom Event Box in dhtmlx-scheduler
I am building a React application and using dhtmlx-scheduler for scheduling. On click of an event in the scheduler, I want to call a custom dialog box. I tried the link
https://docs.dhtmlx.com/scheduler/custom_details_form.html
but I am not able to…

sk215
- 119
- 1
- 15
0
votes
1 answer
DHTMLX gantt chart hide parent tasks how?
In DHTMLX Gantt chart
I need to show all hierarchy structure tasks in left panel like
Parent
1.1 SubParent
1.1.1 Tasks
But Right side panel i need to show only child tasks not parent and subparent.
You can refer below screen shot'
Reference Link…

Balu
- 484
- 1
- 5
- 19
0
votes
1 answer
DHTMLX Scheduler timeline click on day_date
In a scheduler timeline view having a second_scale, is it possible to click on a single date? I have found this answer, but I'm wondering if there is an event in the meantime.

cwhisperer
- 1,478
- 1
- 32
- 63
0
votes
1 answer
DHTMLX Scheduler Timeline refresh data from server
I use the builtin navigation to switch one week backwards or forwards. The whole data, section and events, is coming from the scheduler.serverList(). The first view is correct. Clicking on the next week, a new request is made against the backend,…

cwhisperer
- 1,478
- 1
- 32
- 63
0
votes
1 answer
DHTMLX Scheduler custom Timeline with AM/PM days
I use the DHTMLX Scheduler in Timeline view for a project and the working hours are from 7AM to 5PM. I was able to make an AM/PM view per day but the first_hour and last_hour configs are not respected in the view. The screenshot shows more. The…

cwhisperer
- 1,478
- 1
- 32
- 63