Skip to content

Enable inline data editing in the DevExpress Blazor Grid component.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-grid-row-editing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: