This example demonstrates how to enable inline data editing in the DevExpress Blazor Grid component.
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.
(you will be redirected to DevExpress.com to submit your response)