editform
There are 12 repositories under editform topic.
Aaltuj/VxFormGenerator
The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
SyncfusionExamples/blazor-edit-form-validation
Blazor EditForm validation with Data Annotation
DevExpress-Examples/asp-net-mvc-grid-cascading-combo-boxes-in-edit-form
Create cascading combo box editors and use them to edit grid data.
neongatzu/capstone-project-3
Blog web app. Users can add posts, edit, delete them, and also read them
DevExpress-Examples/blazor-dxrichedit-place-control-in-edit-form
Place a Rich Text Editor component inside an Edit Form and bind the component's content to a data field.
DevExpress-Examples/wpf-data-grid-edit-form-pause-updates
Pause data updates in the Edit Form.
DevExpress-Examples/wpf-data-grid-edit-form-related-cells
Process related cells in the Edit Form.
DevExpress-Examples/wpf-data-grid-specify-edit-form-settings
Specify Edit Form settings in the Data Grid.
SyncfusionExamples/blazor-data-form-crud-actions
Perform CRUD operations using the Blazor Data Form Component. The Blazor Data Form Component provides an easy and efficient way to create, edit, and delete records with minimal code.
SyncfusionExamples/blazor-dataform-auto-generation
Blazor DataForm simplifies form creation by automatically generating form fields based on data model
SyncfusionExamples/blazor-richtexteditor-editform-validation
The Rich Text Editor support validation using the EditForm. The user type text content inside the editor is validated with data annotations attributes.
SyncfusionExamples/Blazor-Server-Grid-Edit-Form
In this demo, we have performed CRUD operation using Blazor EditForm. Like MVC Scaffolding support, here we have performed Edit operation by navigating it to another page.