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
10
votes
1 answer
Trigger function just before exit
I'm using DHTMLX Scheduler on the front end and DHTMLX Connector on the backend as part of my radio automation app. Every time a user edits the calendar, an AJAX call is made to a file that looks like…

BonsaiOak
- 27,741
- 7
- 30
- 54
5
votes
1 answer
DHTMLX scheduler timeline horizontal scrolling
I've read in this posts that the Horizontal Scrolling feature in DHTMLX Scheduler.NET (MVC ver.) is not possible as of now. (until version 5 as per 2nd…

Jude Duran
- 2,195
- 2
- 25
- 41
4
votes
1 answer
Add timeline event 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 timeline event in angular DHtmlX scheduler. But I am not getting the way how…

Neeraj Rathod
- 1,609
- 4
- 18
- 25
3
votes
0 answers
How to insert extra fields to a DB table in dhtmlxscheduler?
I am new with dhtmlxscheduler. I have created some demo schedulers. As everyone knows, we can make custom lightbox and send data accordingly, however, what I really want to know is how to send a default variable's data to database from php. Well, I…

Plabon Dutta
- 6,819
- 3
- 29
- 33
2
votes
1 answer
TypeError: Cannot read property 'apply' of undefined at EventEmitter
I'm building a node js application with the DHTMLX Scheduler as one of the pages. However, whenver the page loads, the app crashes and I get the following error:
TypeError: Cannot read property 'apply' of undefined at…

tyler
- 125
- 4
- 14
2
votes
1 answer
Vuetife overwrite components scoped styles
I create an application using Vuetify. One component should display a schedule that is created using dxhtmlScheduler. But global Vuetify styles overwrite local dxhtmlScheduler styles and therefore the schedule is not displayed correctly. How to make…

user185252
- 29
- 3
2
votes
1 answer
dhtmlx scheduler: display multiple months on single view
I am using dhtmlx scheduler, Wanted to display multiple months on single view. I tried units view But nothing help. Is there any ideas to implement that without changing the source code?

Vinoth Rajendran
- 1,181
- 1
- 13
- 28
2
votes
0 answers
Select2 not working with DHTMLX Scheduler
I am using a calendar platform called dhtmlx scheduler. Within the calendar, when you click on a time, a dialog will pop up and show options for filling in an event. On this dialog I am including a select2 ajax control.
Unfortunately, the drop down…

Sean Yang
- 21
- 2
2
votes
1 answer
DHXScheduler Save/Get Custom Lightbox Fields
I am using DHXScheduler in my JSP application for exam timetabling. I added a fully custom lightbox with my own fields with information about exams.
This is my EventsManager class which saves, creates and gets events. It extends the class…

Bernice
- 2,552
- 11
- 42
- 74
2
votes
1 answer
DHTMLX Scheduler Create or Edit
I am using DHTMLX Scheduler in my MVC3 Project. Everything is fine but in that event scheduler page i have used one form for inputing some external data. So that the Event scheduler went to bottom of the page. If i click inside the window to create…

Dheyv
- 195
- 4
- 16
1
vote
1 answer
DHTMLX Scheduler Day View, View event count if multiple events in same hour
Need to show view more option in Day view of DHTMLX Scheduler,. Like in month view https://docs.dhtmlx.com/scheduler/api__scheduler_max_month_events_config.html
Thanks

Malik Zahid
- 593
- 5
- 13
1
vote
2 answers
How to create different color for Longleave, Fullday, HalfDay in scheduler dhtmlx?
I am new to Scheduler https://docs.dhtmlx.com/
How to change the color as per Holiday type. For example:- Fullday(Single day and long leave), Single Halfday (Am and Pm) and sick leave.
$.each(JSON.parse(result.engineerHolidayList), function (key,…

jsjq-finder
- 165
- 3
- 15
1
vote
1 answer
How to change column width of TimeLine Cell in DHTMLX - Scheduler .NET
I’m currently using DHTMLX - Scheduler .NET in ASP.NET MVC.
How to set width of event cell in TimelineView?
I see that property column_width in Client side works fine, But Server side is not available this props.
Note: Default width of this is 100px…

Nguyễn Văn Phong
- 13,506
- 17
- 39
- 56
1
vote
1 answer
DHTMLX Scheduler timeline get cell infos
From a scheduler timeline view when I click or doubleClick on a cell I need the collection information, in my case teams, and the date. onCellClick contains the y_ind which may be useful and onEmptyClick contains the date. Is there a way to obtain…

cwhisperer
- 1,478
- 1
- 32
- 63
1
vote
1 answer
dhtmlx week view angular 7
I am trying to implement dhtmlx scheluder with angular which i able to implement successfully with this post, but my concern is i want to so week days at y-axis and time at x-axis. I saw week view inside timeline view and this is what i want to do…

Javascript Hupp Technologies
- 1,997
- 2
- 12
- 27