Articles
11 - 20 entries are shown from 265 total found

Inline Editing in Grid

Chapter Configuring Grid
dhtmlxGantt provides two options for editing the content: ... Grid area Inline editing lets you make any changes right through the grid: create and update tasks, ... using the default duration formatter, you can also change its configuration or set a custom formatter . date ... - the DOM element of the inline editor

Server-Side Integration

Chapter Loading and Saving Tasks
.dp_table td { width: 100%; } The recommended ... . DataProcessor is a built-in module that monitors data changes in Gantt and sends updates to the REST ... can be configured to provide callbacks for data changes, which you can utilize for data binding. You ... request contains all the data needed to save

Task Properties

Chapter Configuring Tasks
On this page you'll find the full list ... task. It is bound to the task and changes if the tasks below or above are open ... . It isn't bound to the task and doesn't change if the tasks below or above are open ... . The start_date property will be fixed and won't

Undo Extension

Chapter ext
The Undo object has a set of methods ... methods that allow you to undo/redo the made changes. Read details about the Undo extension in the ... / Redo() undo (): void - reverts the changes made in the gantt redo (): void - applies the reverted

Resource Management

Chapter Configuring Gantt Chart
Available only in PRO Edition This functionality is ... . In some cases, you may want to save changes in Resource Assignments separately from task objects. In ... recalculated, and the durations of the assignments remain unchanged. the "fixedDates" mode In this mode, the dates ... as specified in the data and are not

Validation

Chapter Configuring Tasks
Validation allows you to control the data entered ... new task is added to the Gantt chart onBeforeTaskChanged - fires before a task is updated onBeforeLinkAdd ... . Returning true from the event will save the changes, returning false will cancel the further processing and ... if the data in the lightbox has been

React Gantt

Chapter Gantt for Frameworks
React Gantt is available under Commercial, Enterprise and ... . Conceptually, there are two primary approaches to manage changes in your Gantt data: React state as the ... React state is updated accordingly. When the state changes, ReactGantt re-initializes the Gantt data. This approach makes ... as the source of truth In this approach,

Task Object/Id

Chapter Configuring Tasks
To work with data in the Gantt chart, ... app speed: Changing id of a task To change the current id of a task, use the changeTaskId method: Opening/Closing task branches The open state of ... into gantt. Once the value is modified, the

dhtmlxGantt with Ruby on Rails

Chapter How to Start with dhtmlxGantt
In this article you'll learn how to create ... configure the routing, open the file config/routes.rb . Change the default route to the "index" action of ... with tasks and links from the database. No changes would be posted back to the database, however. ... it in the next step. Step 5. Saving

How-tos

Chapter Guides
How to toggle grid/chart If you use the default layout configuration, you can change the show_grid or show_chart parameters and use the render() method to repaint the changes. Related sample:  Gantt. Toggle grid (default layout) Related ... and apply the init() method to see the

Back to top