Questions tagged [dhtmlx]

DHTMLX, or dhtmlxSuite, is a JavaScript UI library that provides essential functionality for building cross-browser, Ajax-based user interfaces. Develop impressive web applications faster with a set of ready-to-use UI components. There are more DHTMLX products available - dhtmlxScheduler, dhtmlxGantt, and dhtmlxVault.

DHTMLX, or dhtmlxSuite, is a JavaScript UI library that provides essential functionality for building cross-browser, Ajax-based user interfaces. Develop impressive web applications faster with a set of ready-to-use UI components.

The library provides you with collections of user interface components, allowing you to create robust web interfaces, manage client-server communications with Ajax, and implement server-side logic. With these components, you can build rich web apps with clean interface, fast performance, and incredible user experience! You can download the UI components individually or as a suite.

Major dhtmlxSuite components

Among most powerful UI components, you can find grid (DataTable), tree, treegrid, menu, windows, layout, form, calendar (date picker), charts, lists, dataview and many other components and controls.

You may find a full list of UI components and download them separately here.

Info and learning resources

Download Standard or PRO Edition of the library: https://dhtmlx.com/docs/products/dhtmlxSuite/download.shtml

Demo applications made with dhtmlxSuite: https://dhtmlx.com/docs/products/demoApps/

Documentation that includes detailed guides and technical samples: https://docs.dhtmlx.com/

Other DHTMLX products

There is a set of other (independent from dhtmlxSuite) DHTMLX products: dhtmlxScheduler, dhtmlxGantt, and dhtmlxVault.

dhtmlxScheduler

It's a full-featured JavaScript Event Calendar that allows you to add a Google-like web calendar to your application. The library is highly customizable and has rich JavaScript API, i.e. you can modify it according to your needs: create custom views, change appearance, date formats and much more.

Learn about dhtmlxScheduler and download it here: https://dhtmlx.com/docs/products/dhtmlxScheduler/

Related tag on Stackoverflow - dhtmlx-scheduler

dhtmlxGantt

It's an editable JavaScript Gantt chart component with wide range of features that are essential for any project management application. The key advantages of dhtmlx Gantt chart library are fast performance, flexible JavaScript API and simple integration with server side and other libraries and frameworks.

Learn about dhtmlxGantt and download it here: https://dhtmlx.com/docs/products/dhtmlxGantt/

dhtmlxVault

It's a JavaScript File Uploader that allows you to upload and download files in your application or website. This UI component is mainly used with dhtmlxSuite.

Learn about dhtmlxVault and download it here: https://dhtmlx.com/docs/products/dhtmlxVault/

About Dinamenta UAB

Since 2005 the team has been working on making the Web better. Following the standards and practices of modern web development, they deliver top quality web application frameworks customized for both desktop and mobile devices for 10 years already. Having started with the single components - Grid and Tree - they are now ready to provide the full JavaScript Library. Besides, they developed JavaScript Gantt Chart and JavaScript Event Calendar to enrich the functionality of your applications. Many of Fortune 500 companies are using DHTMLX and rely on its quality and effectiveness.

Visit the website to get more information

591 questions
1
vote
2 answers

How to dynamically add items in combobox in DHMTLxTouch

i'm developing a mobile WebApp using DHTMLx touch. i have created combo control using DHTMLx Touch. i need to add items for this control dynamically. there are samples explaining how to populate the control using JSON or XML. But i need to populate…
siva
  • 1,429
  • 3
  • 26
  • 47
1
vote
1 answer

Integration of dhtmlXGrid with Backbone.js

Does anybody has some experience with dhtmlxGrid component from dhtmlx ? I had bought PRO version few days ago and i am now feeling kind a lost, because i cannot connect it with my Backbone models. And support from them is sort of silent... I need…
FredyC
  • 3,999
  • 4
  • 30
  • 38
1
vote
1 answer

How to perform page transition in DHTMLx Touch

I'm using DHTMLx Touch to build a web app. I'm stuck with the page transition. I dont know how to perform page transition. Can anyone pls help me.
siva
  • 1,429
  • 3
  • 26
  • 47
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
1 answer

how to create website builder in asp.net?

I have seen an application somewhere that creates dynamic pages. You can select different table layouts and add your user control with drag and drop and just save. How can we create this facility in asp.net?
Bhargav Mistri
  • 944
  • 8
  • 20
1
vote
1 answer

dhtmlxGantt gives me a blank page

I'm interested in creating a GanttChart. After a long search I found "dhtmlxGantt" http://www.dhtmlx.com/docs/products/dhtmlxGantt/index.shtml I tried the sample of dhtmlxGantt…
Nadya Nux
  • 519
  • 1
  • 5
  • 17
1
vote
1 answer

Dhtmlx Gantt worked at XAMPP but not VPS server

I'm using dhtmlx Gantt in Laravel. I use this dhtmlx gantt script: https://github.com/Ojsholly/gantt_chart It perfectly worked at XAMPP. However I put my VPS server then I got this error: Failed to load the data from…
bluetail
  • 183
  • 8
1
vote
1 answer

How to add custom div in dhtmlx gantt chart inside second column

I am using DHTMLX GANTT chart, I have to create one more row inside second column(Chart section) on top above date and also divide that row into 7 columns by matching with date. currently I have created custom div inside independent row.I tried…
1
vote
1 answer

DHTMLX Gantt Chart with Reactjs doesn't show scroll

i'm using react ver 16.7.0 and DHTMLX Gantt ver 7.0.11, Standard Edition. The problem is scroll column is doesn't show in monitor 24" or more but it can show in my laptop monitor (14") my layout code gantt.config.grid_elastic_columns = true; …
kang ketik
  • 43
  • 1
  • 8
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
0 answers

SQL Query Order By for Parent-Child Relationship with sortorder

First, I use DHTMLX GANTT Chart for my project. I use mysql database for load data to the chart and I am having a problem with SQL at the moment. (again) I want to show the chart data to new page with a parent-child relationship of DHTMLX GANTT SQL…
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 grid doesnt work properly after loading the grid from cookie and then do hide/show column

we are using dhtmlxgrid library,i need to have the save and reload features on the grid.So what i am doing currently is save the grid to cookie when saved and then load the grid from cookie when reloaded,as grid.load always load with default…
venkata
  • 560
  • 1
  • 5
  • 14
1
vote
0 answers

If statement does not work with API in Laravel

I am struggling to insert "permissions" to my Gantt's chart (aka DHTMLX Gantt) The problem is is that I want an if statement in my function like so: public function getOne($id){ if(Auth::user()->hasRole('manufacturing')) { $tasks =…
dot321
  • 45
  • 1
  • 2
  • 8
1
vote
1 answer

dhtmlx grid.render_table in java not working

I'm setting up a dhtmlx grid for loading data using grid.render_table method in java, no rendering is done, I'm new in this I've tried to implement the PHP 'contact_manager' demo that comes with dhtmlx in java, but grid.render_table does not…
O.T.
  • 11
  • 1