-
Notifications
You must be signed in to change notification settings - Fork 0
Add readme #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add readme #4
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
450d71d
add readme
khamlyuk e30ecf1
README auto update [skip ci]
9efcfe3
Update README.md
khamlyuk fa4e163
README auto update [skip ci]
4721f34
Update README.md
khamlyuk b66cac3
README auto update [skip ci]
0962594
Apply suggestions from code review
khamlyuk 8a7ea15
README auto update [skip ci]
1402345
rename
khamlyuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,38 +1,40 @@ | ||
| <!-- default badges list --> | ||
|  | ||
| [](https://supportcenter.devexpress.com/ticket/details/T1304528) | ||
| [](https://docs.devexpress.com/GeneralInformation/403183) | ||
| [](#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**. | ||
khamlyuk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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). | ||
khamlyuk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|  | ||
|
|
||
| ## 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 --> | ||
|
|
||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.