SchedulerFormPropsPremium
Represents the props of the KendoReact SchedulerForm component.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
Specifies the | |
dialog? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
editor? |
|
Overrides the component used for visualizing the For more information, please refer to the | |
ignoreModified? |
|
Set this to jsx
| |
initialValues? |
|
The initial field values of the Form. When you initialize the Form fields, set initial values to them. Otherwise, some components might throw errors related to switching from uncontrolled to controlled mode. jsx
| |
onCancel? |
|
Called when the | |
onClose? |
|
Called when the | |
onSubmit |
|
Called when the | |
onSubmitClick? |
|
Called every time the user presses the Submit button. Useful in advanced scenarios when you need to handle every submit event, even when the form is invalid or in an unmodified state. jsx
| |
render? |
|
The Form content that will be rendered. The default rendering includes a For more information about customizing some parts of the default rendering please refer to the SchedulerForm Customization article. | |
validator? |
|
The validation function for the Form level.
Should return a key-value pair where the key is the field path and the value is the error message.
Nested fields are supported, e.g.: 'users[0].name'.
You can use the same field path to access the value from the
values object using the jsx
|