New to KendoReactStart a free 30-day trial

GanttEditorPredecessorsProps
Premium

NameTypeDefaultDescription

addPredecessorsDependency

() => void

Callback function that adds a new predecessor dependency.

deleteDependency

() => void

Callback function that removes the selected dependency.

dependencyTypes

{ name: string; type: DependencyType; }[]

The available dependency types with their display names.

flatTasks

any[]

The flattened array of all tasks in the Gantt.

onSelectRow

(event: GridRowClickEvent) => void

Callback function that handles row selection in the dependencies grid.

predecessors

GanttDependency[]

The array of predecessor dependencies for the current task.

selectedItem

undefined | GanttDependency

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.

Not finding the help you need?
Contact Support