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
1
vote
1 answer
Dhtmlx Sceduler hightlight hours
I like to ask if DHTMLX Scheduler can "HIGHLIGHT" or "MARK" hours .
Because it only allow me to hightlight whole day.
scheduler.addMarkedTimespan({start_date: new Date(2018,02,19), end_date: new Date(2018,02,20), css: "yellow_section" });
I am…

Dave
- 193
- 1
- 19
1
vote
1 answer
How to fetch records from database and display as an event in DHTMLXScheduler Calendar
I am using DHTMLXScheduler in my MVC5 webapplication to add patient and get patient's appointment and displaying this in calendar but I am having trouble i am getting data from database but this records not getting added according to start_time and…

ACoder
- 51
- 1
- 7
1
vote
1 answer
DHTMLX Scheduler conflict with bootstrap
I have some issue connected with bootstrap. I'm trying to divide page on two grids, col-lg6. After I add class to div's I'm getting blank page.
It's my html
…

Icet
- 678
- 2
- 13
- 31
1
vote
1 answer
How to auto resize height of month view in dhx scheduler?
Here is my code.
...
Now I got full screen dhx scheduler container without scrollbar in right side.That's…
Eric Chan
- 1,192
- 4
- 16
- 30
1
vote
0 answers
dhtmlx scheduler time field gets blank when odd time gets loaded from database
I have configured the time step for the time section of the light box as 15.
Below is the code:
scheduler.config.time_step = 15;
This enables the time combo boxes to be populated with 15 minutes interval like - 12:00,12:15,12:30,12:45, etc.
Now,…

Gaurav Yadav
- 11
- 2
1
vote
0 answers
Add Tooltip on DHtmlX Scheduler in angularjs
I have injected DHtmlX scheduler in my angularjs app with the help of this Link. I have followed all the steps of the above link and it's working.
Now, I am trying to add tooltip in angular DHtmlX scheduler. I am referring this Link for tooltip,…

Neeraj Rathod
- 1,609
- 4
- 18
- 25
1
vote
1 answer
Saving individual DHTMLX Scheduler event records for a single recurring event
I have successfully used the DHTMLX Scheduler to CRUD event records too and from my database. My requirement is on recurring events.
At the moment if I create a recurring event, a single record is created on the database with the recurring details…

Magic Lava
- 59
- 2
- 8
1
vote
1 answer
render json data to dhtmlx scheduler
Im trying to render a json data to a scheduler but fail to render (no errors on the console though, please check my code below.
my front-end side
//event calendar
$(".myscheduler").dhx_scheduler({
xml_date:"%Y-%m-%d %H:%i",
date:new Date(),
…

Juliver Galleto
- 8,831
- 27
- 86
- 164
1
vote
2 answers
Event handler for header clicks in DHTMLX Scheduler
We use DHTMLX Scheduler and we would like to attach a listener for clicks on header in week view, unit view, etc. We didn't find a way to do this.
We also need date in our listener with date for which click was performed.
How can we do this with…

user1613797
- 1,197
- 3
- 18
- 33
1
vote
0 answers
Who do Style is not properly aligned in DHTMLX scheduler recurring events in MVC 4?
I am using DHTMLX scheduler in MVC. I am adding recurring events in DHTMLX scheduler. While adding recurring events, style is not properly aligned in the scheduler. Is there any important file am missing for dhtmlxscheduler_recurring?

Nishanthi Nagalingam
- 11
- 2
1
vote
0 answers
div not resizing after toggle another div
I have this weird issue with a div1 (let's call it div1) not resizing after using a toggle jquery event to hide another div2 (let's call it div2), unless I resize the windows manually thin gis with just 1 px a manually resize it automatically…

Allan Alvarez Ortiz
- 85
- 8
1
vote
2 answers
OnEventSave triggering multiple times in dhtmlx scheduler
Hi I started using Dhtmlx scheduler and it is really cool. I am checking for empty event name or event name already saved in a scheduler object. I am throwing alert based on this check and for the first time it is good. When i close the scheduler…

user3139250
- 85
- 1
- 11
1
vote
1 answer
Drag and drop using protractor in dthmlx component
I am using dhtmlx scheduler component with angular. Dhtmlx scheduler You can find drag and drop of events in live demo of Timeline view.
I need to writer protractor test case for it. How can I perform drag and drop of dhtmlx component using…

Kuldeep Vithlani
- 613
- 5
- 12
1
vote
1 answer
DhtmlScheduler timeline coloring the weekends
If I am using the timeline view, how do I make weekends a different color from the rest of the weekdays? For example, how to change the weekend background color to say light yellow.
I have tried using this but if that month does not contain a event…

Hmahwish
- 2,222
- 8
- 26
- 45
1
vote
1 answer
DHTMLX Scheduler - Events show but then disappear when loading data from multiple sources
When loading event data from multiple json sources, events will display but then will quickly disappear at random. This only occurs when loading many events (400+) from 3 or more data sources. Sometimes they will all display correctly, but most of…

Nicholas.V
- 1,926
- 2
- 15
- 30