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? | 
 | Allows the form to submit even when no fields have been modified. jsx  | |
| initialValues? | 
 | Sets the starting values for form fields. Set initial values to prevent errors when switching from uncontrolled to controlled mode. jsx  | |
| onCancel? | 
 | Fires when you click the  | |
| onClose? | 
 | Fires when you click the  | |
| onSubmit | 
 | Fires when you click the  | |
| onSubmitClick? | 
 | Handles every submit button click, even when the form is invalid or unchanged. Use this for advanced scenarios where you need to handle all submit events. 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? | 
 | Validates the entire form and returns error messages. Return a key-value pair where the key is the field path and the value is the error message. You can validate nested fields like 'users[0].name'. Only synchronous functions are supported. jsx  |