[PR #1836] [MERGED] Fix null ref exception when column is null on GroupsCollectionChanged #2926

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1836
Author: @jipjan
Created: 12/5/2024
Status: Merged
Merged: 12/5/2024
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • cc9ba41 Fix null ref exception when column is null on GroupsCollectionChanged

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+6 -6)

📄 Description

Fixes a null reference exception issue when you add a GroupDescriptor with a property that is not currently part of the Columns.


🔄 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/1836 **Author:** [@jipjan](https://github.com/jipjan) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`cc9ba41`](https://github.com/radzenhq/radzen-blazor/commit/cc9ba4116898aebcc2cb47f80539ee3c4c8404d9) Fix null ref exception when column is null on GroupsCollectionChanged ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+6 -6) </details> ### 📄 Description Fixes a null reference exception issue when you add a GroupDescriptor with a property that is not currently part of the Columns. --- <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:21:08 +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#2926