Grid for Blazor - How to delete selected rows

February 16, 2026 ยท View on GitHub

This example demonstrates how to delete selected rows from the DxGrid when a user clicks a DxButton.

Blazor DxGrid delete selected rows

The selection column allows users to select one or multiple rows depending on the SelectionMode property value. To create this column, declare a DxGridSelectionColumn object in the Columns template.

Implement two-way binding for the SelectedDataItems property to access data items that correspond to selected rows. Add a Delete selected rows button to the page and delete the selected data items when a user clicks this button.

Files to Look At

Documentation

More Examples

Does This Example Address Your Development Requirements/Objectives?

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