[PR #1054] [MERGED] add isLoading property to dropdown datagrid component #2472

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1054
Author: @atafra92
Created: 7/8/2023
Status: Merged
Merged: 7/13/2023
Merged by: @enchev

Base: masterHead: master


📝 Commits (3)

  • 7299939 add isLoading property to dropdown datagrid component
  • c6c5cb4 Revert "add isLoading property to dropdown datagrid component"
  • 22e7076 added isLoading property to dropdown datagrid component

📊 Changes

2 files changed (+11 additions, -4 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropDownDataGrid.razor (+3 -3)
📝 Radzen.Blazor/RadzenDropDownDataGrid.razor.cs (+8 -1)

📄 Description

I have a minor component enhancement suggestion.
In the DropdownDataGrid component, there is no option for showing a spinner when moving through pages within data grid.
I am using Radzen components in my project extensively and this feature would help me a lot, as well as others I suppose.
I am already using the same functionality in all of my data grids so I would like to be consistent through my application.


🔄 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/1054 **Author:** [@atafra92](https://github.com/atafra92) **Created:** 7/8/2023 **Status:** ✅ Merged **Merged:** 7/13/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7299939`](https://github.com/radzenhq/radzen-blazor/commit/7299939f7c5158054ce86ac9d92ae7ce041302eb) add isLoading property to dropdown datagrid component - [`c6c5cb4`](https://github.com/radzenhq/radzen-blazor/commit/c6c5cb40387ce878aab5bcfaf3457094c34e8682) Revert "add isLoading property to dropdown datagrid component" - [`22e7076`](https://github.com/radzenhq/radzen-blazor/commit/22e70768c7b4dfc37b0294c78b0f5e6c090990a0) added isLoading property to dropdown datagrid component ### 📊 Changes **2 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor` (+3 -3) 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor.cs` (+8 -1) </details> ### 📄 Description I have a minor component enhancement suggestion. In the DropdownDataGrid component, there is no option for showing a spinner when moving through pages within data grid. I am using Radzen components in my project extensively and this feature would help me a lot, as well as others I suppose. I am already using the same functionality in all of my data grids so I would like to be consistent through my application. --- <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:59 +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#2472