/customize-the-edit-dialog-using-templates-in-blazor-data-grid

The repository provides a simple code customizations to add custom components like Numeric TextBox, AutoComplete, DatePicker, Dropdown List, and TextBox to the edit dialog using a template.

Primary LanguageHTML

Customize the Edit Dialog Using Templates in Blazor Data Grid

A quick-start project that helps you to customize the edit dialog in Syncfusion Blazor Data Grid. This project contains simple code customizations to add custom components like Numeric TextBox, AutoComplete, DatePicker, Dropdown List, and TextBox to the edit dialog using a template.

Documentation: https://blazor.syncfusion.com/documentation/datagrid/editing/#entity-framework

Online examples: https://blazor.syncfusion.com/demos/datagrid/grid-dialog-template

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.