Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.33 KB

README.md

File metadata and controls

31 lines (21 loc) · 2.33 KB

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:

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)