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

575 questions
0
votes
1 answer

DHTMLX Scheduler Won't Load The Data

I'm using DHTMLX to generate calendar view. I already follow tutorial from DHTMLX website about how to load the calender. Yes, it's work perfect but the data wont load. This sample code from dhtmlx website function init() { …
Kenjiro
  • 739
  • 1
  • 12
  • 31
0
votes
1 answer

How to add custom field to dhtmlxScheduler?

I want to add multiple custom fields to the lightbox in dhtmlScheduler. I realize that this is a dup of a prior question but that answer is incomplete/incorrect. My application correctly stores and recalls data from a MySQL database using…
Jeff Benshetler
  • 600
  • 5
  • 12
0
votes
1 answer

SCRIPT438: Object doesn't support property or method 'enablePaging' dhtmlxgrid

i have a jsp in which i have dhtmlxgrid for loading data. To load data am using var taskDetailsGrid = new dhtmlXGridFromTable('tablegrid'); taskDetailsGrid.enablePaging(true,20,20, "recinfoArea"); it loads the data but pagination doesnt work. it…
sush
  • 466
  • 1
  • 7
  • 20
-1
votes
1 answer

How to update/refresh start date in dhtmlx gantt chart for all tasks with different date value

I am using dhtmlx gantt chart, I am updating the 'start date' for all the tasks with same date value. But I need to update with different value using newjson array of object in the code. When you click each task date will be updated.Here is the code…
-1
votes
1 answer

How to add parent bars in DHTMLX ganttchart and refresh specific parent bar only using javascript

I have used DHTMLX gantt chart plugin which comes as a package with css and javascript. I have a DHTMLX ganttchart, I need to add more parentbar(ex-'Project #2' same like 'Project #1') here, and refresh only 'Project #2' on click of a submit button…
-1
votes
1 answer

How can i load data from server side for Gantt chart dhtmlx gantt in react

I am getting the data here const { tasks } = props; useEffect(() => { gantt.init('gantt'); gantt.config.xml_date = '%Y-%m-%d'; gantt.config.columns = [ { name: 'name', label: 'Task name', width: '*', tree: true …
-1
votes
1 answer

Spring Framework & DHTMLX

I am new here to Stackoverflow, so bear with me. The question is that I have tried DhtmlxGantt with Node.js alongside with server-side integration. Here is a tutorial that I followed in order to do…
-1
votes
1 answer

How to get all dates clubbed in the main task in dhtmlxgantt?

My Scheduling Calendar contains task as "SIT" which has sub tasks i.e different applications. Look at My Gantt Calendar. Different applications are scheduled by dates, but the main task (in blue) is drawn only by the latest updated application…
Jay
  • 1
-1
votes
1 answer

JavaScript Inheritance Using .call()

I need a way to call many DHTMLX attach*() functions with certain defaults already set. This is just one example. If I can figure this one example out then I can apply it to all others. DHTMLX has many functions similar to this:…
gfrobenius
  • 3,689
  • 6
  • 29
  • 60
-1
votes
1 answer

Import sql into php and i want to add a new line after the data. How?

So i have a dhtmlxgrid in php, that full filled by an sql from a Firebird odbc. Firstly i cant handle the heights of the rows. Seconly i think about that its enough to me that if i put a new line into every cell, and i found it that its easier that…
d.gila
  • 13
  • 5
-1
votes
1 answer

How to make a Search box in DHTMLX grid selected initially?

I have a DHTMLX grid with Search box fields in the header. How can I make sure that one of the search box fields is selected on startup of the grid?
Rudi Werner
  • 89
  • 1
  • 8
-1
votes
1 answer

Get table row object inside javascript function - DHTMLX

We are doing cross browser compatibility for an application which was built over 8 years ago. The app works only in IE. Now we are making it work in Chrome too. The application had used 1.5 version of DHTMLX. Now we have replaced it to version 3.5.…
Sagar Raj
  • 849
  • 1
  • 11
  • 31
-1
votes
1 answer

get width of a div which was generated by javascript on runtime

I have few columns which was generated by dhtmlx's javascript. The column was generated on run time which means that if I tried to view the source code of the page using the Chrome's View Page Source, I won't be able to see the generated code. But I…
imin
  • 3,790
  • 11
  • 47
  • 82
-1
votes
1 answer

Multiple charts (stacked bar and line), line is not centered

I have created a stacked bar + line chart. The problem is that my line-items are not centered on the stacked bar: Is there a way to center this on the stacked bar? This is my code:
-1
votes
2 answers

JavaScript For loop inusual behaviour

I have a jsp file with html content, and a script inside and I am also using dhtmlx. The other parts of my Web Application are working, so with this, I want only to focus on this problem because the environment works well. In one point of the file I…
Alek
  • 11
  • 5
1 2 3
38
39