Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CS/DxBlazorApplication1/Components/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</DxSchedulerCustomFormLayoutItem>
<DxSchedulerCustomFormLayoutItem ShowIcon="true" Caption="Origin Time Zone" ColSpanMd="6">
<Template>
<div>@ctx.SourceAppointment.TimeZoneId"</div>
<div>@ctx.SourceAppointment.TimeZoneId</div>
</Template>
</DxSchedulerCustomFormLayoutItem>
</AppointmentFormLayout>
Expand Down
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
<!-- default badges list -->
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/1027761813/25.1.4%2B)
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1304528)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
<!-- default badges end -->
# Product/Platform - Task
# Blazor Scheduler - Customize Appointment Form

This is the repository template for creating new examples. Describe the solved task here.
This example creates custom extended and compact appointment forms for DevExpress Blazor Scheduler. In addition to standard content, custom forms display appointment time zone and have a custom layout item -- **Grade**.

Put a screenshot that illustrates the result here.
Refer to the following help topic for information on how to create custom appointment forms: [Custom Appointment Forms and Tooltips](https://docs.devexpress.com/Blazor/404564/components/scheduler/customization/appointment-forms-and-tooltips#custom-appointment-form).

Then, add implementation details (steps, code snippets, and other technical information in a free form), or add a link to an existing document with implementation details.
Like our standard appointment forms, customized forms support [CRUD operations](/CS/DxBlazorApplication1/Components/Pages/Index.razor.cs). For your convenience, we created a data source that contains different appointment types (one-time, all day, and recurrent) distributed between resources. This data source is generated at runtime and is bound to the Scheduler via [services](/CS/DxBlazorApplication1/Services/). To bind the component to your data source, you can use the same Scheduler code-behind, but you must implement your own [interfaces](/CS/DxBlazorApplication1/Services/Interfaces).

![Custom Appointment Forms](./result.png)

## Files to Review

- link.cs (VB: link.vb)
- link.js
- ...
- [Index.razor](/CS/DxBlazorApplication1/Components/Pages/Index.razor)
- [Index.razor.cs](/CS/DxBlazorApplication1/Components/Pages/Index.razor.cs)
- [Models](/CS/DxBlazorApplication1/Models/)
- [Services](/CS/DxBlazorApplication1/Services/)

## Documentation

- link
- link
- ...
- [Custom Appointment Forms and Tooltips](https://docs.devexpress.com/Blazor/404564/components/scheduler/customization/appointment-forms-and-tooltips#custom-appointment-form)

## More Examples

- link
- link
- ...
- [Load appointments for visible interval only (lazy loading)](https://github.com/DevExpress-Examples/blazor-scheduler-load-appointments-range)
- [Implement CRUD operations with a Web API Service](https://github.com/DevExpress-Examples/blazor-scheduler-bind-to-web-api-service)

<!-- feedback -->
## Does this example address your development requirements/objectives?

[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=blazor-scheduler-custom-form&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=blazor-scheduler-custom-form&~~~was_helpful=no)

(you will be redirected to DevExpress.com to submit your response)
<!-- feedback end -->


Binary file added result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.