[PR #338] [CLOSED] DataGrid - CheckBox Only Selection #2124

Open
opened 2026-01-29 18:17:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/338
Author: @vertonghenb
Created: 1/20/2022
Status: Closed

Base: masterHead: CheckBox-Only-Selection


📝 Commits (1)

  • 1301aa1 DataGrid - CheckBox Only Selection

📊 Changes

4 files changed (+32 additions, -9 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+10 -3)
📝 Radzen.Blazor/RadzenDataGridCell.razor (+2 -2)
📝 Radzen.Blazor/RadzenDataGridColumn.cs (+7 -1)
📝 RadzenBlazorDemos/Pages/DataGridMultipleSelectionPage.razor (+13 -3)

📄 Description

If the datagrid is using multiselect or selectable rows, it should be possible to only Select items and not trigger the OnRowClick, For example when navigation to another page on normal cell click, but only select items when using the Checkbox.
This feature introduces no breaking changes, only additional opt-in behavior.

This feature is similar to Telerik's
https://demos.telerik.com/blazor-ui/grid/checkbox-only-selection

checkboxselect


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/338 **Author:** [@vertonghenb](https://github.com/vertonghenb) **Created:** 1/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `CheckBox-Only-Selection` --- ### 📝 Commits (1) - [`1301aa1`](https://github.com/radzenhq/radzen-blazor/commit/1301aa1074b857bf5fa5f40f9a274544cf1087d2) DataGrid - CheckBox Only Selection ### 📊 Changes **4 files changed** (+32 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+10 -3) 📝 `Radzen.Blazor/RadzenDataGridCell.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenDataGridColumn.cs` (+7 -1) 📝 `RadzenBlazorDemos/Pages/DataGridMultipleSelectionPage.razor` (+13 -3) </details> ### 📄 Description If the datagrid is using multiselect or selectable rows, it should be possible to only Select items and not trigger the OnRowClick, For example when navigation to another page on normal cell click, but only select items when using the Checkbox. This feature introduces no breaking changes, only additional opt-in behavior. This feature is similar to Telerik's https://demos.telerik.com/blazor-ui/grid/checkbox-only-selection ![checkboxselect](https://user-images.githubusercontent.com/10981553/150360339-e4486b43-b7f7-475b-9156-ba2de6b529e9.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:17:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2124