Skip to content

DevExpress-Examples/blazor-DxGrid-Separate-Edit-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid for Blazor - How to edit a row on a separate page

The DevExpress Blazor Grid offers multiple data editing options (including inline data editing within row cells). In this example, a separate edit form is used to modify row data.

Edit form on a separate page

This example demonstrates how you can:

  • Add a Blazor Grid to a project
  • Add a command column template with a hyperlink to the edit form (the hyperlink is used to navigate to the edit form. It also passes the key field value to the edit form).
  • Edit row data in a separate page and apply changes to the data source.
  • Navigate back to the original page.

Files to Review

Documentation

CellDisplayTemplate