Skip to content

Files

Latest commit

 

History

History
31 lines (23 loc) · 901 Bytes

scheduler-custom-edit-form.md

File metadata and controls

31 lines (23 loc) · 901 Bytes
title description type page_title slug position tags res_type
Scheduler Custom Edit Form
How to create a Scheduler Custom Edit Form.
how-to
Scheduler Custom Edit Form
scheduler-kb-custom-edit-form
kb

Environment

Product Scheduler for Blazor

Description

The built-in edit form of the scheduler lets you edit all aspects of the appointments. In some cases, however, you may want to have some more metadata, or to implement certain business logic there. In such cases, you must create a custom edit form through the scheduler's OnEdit event.

Solution

An example is available in the following project: https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form