New to KendoReactStart a free 30-day trial

GanttFormProps
Premium

Updated on Oct 31, 2025

Represents the props of the KendoReact GanttForm component.

NameTypeDefaultDescription

dataItem

any

Specifies the DataItem to be visualized inside the form.

dependencyData?

GanttDependency[]

The dependancy data passed to the form.

onCancel?

(event: GanttFormStateChangeEvent) => void

Called when the cancel button is clicked.

onClose?

(event: GanttFormStateChangeEvent) => void

Called when the close button is clicked.

onDelete?

(event: GanttFormStateChangeEvent) => void

Called when the delete button is clicked.

onSubmit

(event: GanttFormStateChangeEvent) => void

Called when the submit button is clicked.

taskData?

any[]

The task data passed to the form.

Not finding the help you need?
Contact Support