New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-gantt

Properties

Callback function that adds a new predecessor dependency.

Callback function that removes the selected dependency.

dependencyTypes

{ type: DependencyType; name: string }[]

The available dependency types with their display names.

The flattened array of all tasks in the Gantt.

onSelectRow

(event: GridRowClickEvent) => void

Callback function that handles row selection in the dependencies grid.

Parameters:eventGridRowClickEvent

The array of predecessor dependencies for the current task.

The currently selected dependency item in the editor.

updateDependency

(dependency: GanttDependency, field: string, newValue: number) => void

Callback function that updates a dependency with new values.

Parameters:dependencyGanttDependencyfieldstringnewValuenumber