[PR #300] [MERGED] Update RadzenDataGrid.razor.cs (reordering columns issue) #2108

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/300
Author: @rodemic
Created: 12/1/2021
Status: Merged
Merged: 12/1/2021
Merged by: @enchev

Base: masterHead: patch-1


📝 Commits (2)

  • d111222 Update RadzenDataGrid.razor.cs
  • 9ba50d1 Update RadzenDataGrid.razor.cs

📊 Changes

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

View changed files

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

📄 Description

ColumnReorder returns oldIndex from only visible/JS columns, and newIndex from all columns. Proposal is to return indices from all columns for both cases.


🔄 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/300 **Author:** [@rodemic](https://github.com/rodemic) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/1/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`d111222`](https://github.com/radzenhq/radzen-blazor/commit/d11122274140e566b184fb00baefe3ea02d8e154) Update RadzenDataGrid.razor.cs - [`9ba50d1`](https://github.com/radzenhq/radzen-blazor/commit/9ba50d1b7c3b704f5334e714e4fcaec5d7faa1d1) Update RadzenDataGrid.razor.cs ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+5 -4) </details> ### 📄 Description ColumnReorder returns oldIndex from only visible/JS columns, and newIndex from all columns. Proposal is to return indices from all columns for both cases. --- <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:15 +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#2108