[PR #191] [MERGED] DataGrid column reorder #2059

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/191
Author: @enchev
Created: 8/6/2021
Status: Merged
Merged: 8/6/2021
Merged by: @enchev

Base: masterHead: datagrid-column-reorder


📝 Commits (3)

  • 3d9798e DataGrid columns reorder added
  • d25e857 Columns reorder demo updated
  • 853a94a ColumnReordered event added to demo

📊 Changes

7 files changed (+181 additions, -4 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+7 -0)
📝 Radzen.Blazor/RadzenDataGrid.razor (+47 -4)
📝 Radzen.Blazor/RadzenDataGridColumn.razor (+6 -0)
📝 Radzen.Blazor/themes/components/blazor/_grid.scss (+19 -0)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+37 -0)
RadzenBlazorDemos/Pages/DataGridColumnReoderPage.razor (+58 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+7 -0)

📄 Description

No description provided


🔄 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/191 **Author:** [@enchev](https://github.com/enchev) **Created:** 8/6/2021 **Status:** ✅ Merged **Merged:** 8/6/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `datagrid-column-reorder` --- ### 📝 Commits (3) - [`3d9798e`](https://github.com/radzenhq/radzen-blazor/commit/3d9798e160e9a854f4e8e448290968bccbbbdfd1) DataGrid columns reorder added - [`d25e857`](https://github.com/radzenhq/radzen-blazor/commit/d25e8570723235aef397c3db9e4ee084ae23cb3d) Columns reorder demo updated - [`853a94a`](https://github.com/radzenhq/radzen-blazor/commit/853a94a3e2790d14ea553561e76ed81224d919c1) ColumnReordered event added to demo ### 📊 Changes **7 files changed** (+181 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+7 -0) 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+47 -4) 📝 `Radzen.Blazor/RadzenDataGridColumn.razor` (+6 -0) 📝 `Radzen.Blazor/themes/components/blazor/_grid.scss` (+19 -0) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+37 -0) ➕ `RadzenBlazorDemos/Pages/DataGridColumnReoderPage.razor` (+58 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+7 -0) </details> ### 📄 Description _No description provided_ --- <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:16:57 +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#2059