You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The Rich Text Editor support validation using the EditForm. The user type text content inside the editor is validated with data annotations attributes.
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.