[PR #952] [MERGED] Update RadzenDataGridColumn.cs #2416

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/952
Author: @AlittaSakraf
Created: 5/4/2023
Status: Merged
Merged: 5/4/2023
Merged by: @enchev

Base: masterHead: patch-1


📝 Commits (1)

  • e20ee79 Update RadzenDataGridColumn.cs

📊 Changes

1 file changed (+4 additions, -9 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGridColumn.cs (+4 -9)

📄 Description

This method has only one reference, in the RadzenDataGrid.razor.cs. It has to change the ordering of the column based on the parameter. So, checking the SortOrder value by GetSortOrder() isn't good, because it is the "past". The "order" value is the right SortOrder value. See: https://forum.radzen.com/t/radzendatagrid-and-default-sortorder-and-datagridsettings-bug/13938


🔄 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/952 **Author:** [@AlittaSakraf](https://github.com/AlittaSakraf) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e20ee79`](https://github.com/radzenhq/radzen-blazor/commit/e20ee79d0c1a5cbbb9a05ec762c96442e8beeccd) Update RadzenDataGridColumn.cs ### 📊 Changes **1 file changed** (+4 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGridColumn.cs` (+4 -9) </details> ### 📄 Description This method has only one reference, in the RadzenDataGrid.razor.cs. It has to change the ordering of the column based on the parameter. So, checking the SortOrder value by GetSortOrder() isn't good, because it is the "past". The "order" value is the right SortOrder value. See: https://forum.radzen.com/t/radzendatagrid-and-default-sortorder-and-datagridsettings-bug/13938 --- <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:18:44 +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#2416