Skip to content

Delete selected rows from the grid when a user clicks a button.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-dxgrid-delete-selected-rows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid for Blazor - How to delete selected rows

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)

About

Delete selected rows from the grid when a user clicks a button.

Topics

Resources

License

Stars

Watchers

Forks