Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.23 KB

File metadata and controls

35 lines (24 loc) · 2.23 KB

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

Does this example address your development requirements/objectives?

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