[PR #618] [MERGED] Save/Load DataGrid runtime settings added #2257

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/618
Author: @enchev
Created: 9/26/2022
Status: Merged
Merged: 9/26/2022
Merged by: @enchev

Base: masterHead: save-datagrid-settings


📝 Commits (1)

  • 44ff5f4 Save/Load DataGrid runtime settings added

📊 Changes

7 files changed (+381 additions, -10 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+73 -0)
📝 Radzen.Blazor/RadzenDataGrid.razor (+2 -2)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+202 -8)
📝 Radzen.Blazor/RadzenDataGridColumn.cs (+41 -0)
RadzenBlazorDemos/Pages/DataGridSaveSettingsPage.razor (+52 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+10 -0)
📝 RadzenBlazorDemos/Startup.cs (+1 -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/618 **Author:** [@enchev](https://github.com/enchev) **Created:** 9/26/2022 **Status:** ✅ Merged **Merged:** 9/26/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `save-datagrid-settings` --- ### 📝 Commits (1) - [`44ff5f4`](https://github.com/radzenhq/radzen-blazor/commit/44ff5f40d53e19cf8abf74f8fae17a627adc357f) Save/Load DataGrid runtime settings added ### 📊 Changes **7 files changed** (+381 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+73 -0) 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+202 -8) 📝 `Radzen.Blazor/RadzenDataGridColumn.cs` (+41 -0) ➕ `RadzenBlazorDemos/Pages/DataGridSaveSettingsPage.razor` (+52 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+10 -0) 📝 `RadzenBlazorDemos/Startup.cs` (+1 -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:17:58 +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#2257