Example of dialog-editing in React Gantt

/
/
Gantt Dialog Editing

This sample illustrates the phases of a software development project, with tasks like analysis, design, development, testing, and documentation. This also demonstrates CRUD operations in a Gantt Chart.

More Details...

Loading....
Description

This sample demonstrates how to fully customize the dialog editing interface in the React Gantt Chart using the addDialogFields and editDialogFields properties along with additionalParams. It showcases how to override default input and grid components within each tab and organize custom fields across multiple tabs for a structured editing experience. The following tab-level customizations are included:

  • Dependency Tab - Includes additional toolbar items and improved task naming to simplify task relationship management.
  • Resource Tab - Combines resource images and names, introduces a Role column, and supports column menu options for flexible configuration.
  • Segments Tab - Enhanced with extra toolbar options for efficient segment editing and control.
  • Advanced Tab - Organizes Work and Task Mode input fields for quick access and improved clarity.

Gantt component features are segregated into individual feature-wise modules. To use edit, columnMenu, filter, reorder, sort, resize, toolbar, markers and selection features, we need to inject Edit, ColumnMenu, Filter, Reorder, Sort, Resize, Toolbar, DayMarkers and Selection into the Inject Services section.


More information on the Essential® React Gantt Chart can be found in this documentation section.