New to KendoReactStart a free 30-day trial

TaskEditingResult
Premium

NameTypeDefaultDescription

description

string

The current description value of the task being edited.

onDescriptionChange

(event: InputChangeEvent) => void

Handles changes to the task description input field.

onPriorityChange

(event: DropDownListChangeEvent) => void

Handles changes to the task priority dropdown selection.

onSave

(event: MouseEvent<HTMLButtonElement>) => void

Saves the current task changes and calls the parent save handler.

onTitleChange

(event: InputChangeEvent) => void

Handles changes to the task title input field.

priority

TaskBoardPriority

The current priority value of the task being edited.

title

string

The current title value of the task being edited.

Not finding the help you need?
Contact Support