DeleteRow method in RadzenDataGrid #1207

Closed
opened 2026-01-29 17:50:26 +00:00 by claunia · 1 comment
Owner

Originally created by @Techoneshot on GitHub (Apr 23, 2024).

Describe the solution you'd like
DeleteRow method which deletes row from RadzenDataGrid data, so I would be able to @ref data grid and call it something like: grid.DeleteRow(record)

Originally created by @Techoneshot on GitHub (Apr 23, 2024). <!-- IMPORTANT: Read this first!!! 1. If you own a Radzen Professional or Еnterprise subscription you can request your feature via email at info@radzen.com. Radzen staff will reply within 24 hours (Professional) or 16 hours (Enterprise) 2. The Radzen staff guarantees a response to issues in this repo only to paid subscribers. 3. If you have a HOW TO question start a new forum thread in the Radzen Community forum: https://forum.radzen.com. Radzen staff will close issues that are HOWTO questions. 4. Please adhere to the issue template. --> **Describe the solution you'd like** DeleteRow method which deletes row from RadzenDataGrid data, so I would be able to @ref data grid and call it something like: `grid.DeleteRow(record) `
claunia added the enhancement label 2026-01-29 17:50:26 +00:00
Author
Owner

@enchev commented on GitHub (Oct 24, 2024):

We prefer not to add such method. You can remove desired item from your collection and call Reload() for the DataGrid.

@enchev commented on GitHub (Oct 24, 2024): We prefer not to add such method. You can remove desired item from your collection and call Reload() for the DataGrid.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1207