DevExpress-Examples / blazor-grid-row-editing

Enable inline data editing in the DevExpress Blazor Grid component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid for Blazor – How to enable inline data editing

This example demonstrates how to enable inline data editing in the DevExpress Blazor Grid component.

Inline editing

Set the Grid's EditMode property to EditRow to display inline editors instead of the edited row.

The Grid automatically generates and configues editors for data columns based on assosiated data types. Use a data column's EditSettings property to customize the default editor generated for this column. This example customizes the spin editor generated for the Unit Price column and replaces the Category Name column's spin editor with a combo box.

Documentation

Files to Review:

About

Enable inline data editing in the DevExpress Blazor Grid component.

License:Other


Languages

Language:C# 74.7%Language:HTML 25.3%