зеркало из https://github.com/telerik/blazor-docs.git
901 B
901 B
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