[PR #1159] [CLOSED] RadzenDataGrid/RadzenDataList - Add text to loading indicator #2544

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1159
Author: @msdevcode
Created: 9/18/2023
Status: Closed

Base: masterHead: feature/LoadingIndicator


📝 Commits (2)

  • ea16e00 Add class "RadzenLoadingIndicator"
  • 128af71 Add property "LoadingText" to RadzenDataGrid/RadzenDataList and include RadzenLoadingIndicator

📊 Changes

8 files changed (+59 additions, -18 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+1 -7)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+7 -0)
📝 Radzen.Blazor/RadzenDataList.razor (+3 -7)
📝 Radzen.Blazor/RadzenDataList.razor.cs (+7 -0)
Radzen.Blazor/RadzenLoadingIndicator.razor (+13 -0)
Radzen.Blazor/RadzenLoadingIndicator.razor.cs (+24 -0)
📝 RadzenBlazorDemos/Pages/DataGridLoadData.razor (+2 -2)
📝 RadzenBlazorDemos/Pages/DataListLoadData.razor (+2 -2)

📄 Description

  1. Add class "RadzenLoadingIndicator" to use the class in RadzenDataGrid/RadzenDataList instead of copy paste the code
  2. Add property "LoadingText" to RadzenDataGrid/RadzenDataList

grafik

Maybe you can explain me, why i cant see the new property in the "Edit Source"-Tab:
grafik

grafik


🔄 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/1159 **Author:** [@msdevcode](https://github.com/msdevcode) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/LoadingIndicator` --- ### 📝 Commits (2) - [`ea16e00`](https://github.com/radzenhq/radzen-blazor/commit/ea16e00b1666d576aacefd976dd3d3f485216ca3) Add class "RadzenLoadingIndicator" - [`128af71`](https://github.com/radzenhq/radzen-blazor/commit/128af71625c64c1074d80142fe9fc7ac9aeb16f7) Add property "LoadingText" to RadzenDataGrid/RadzenDataList and include RadzenLoadingIndicator ### 📊 Changes **8 files changed** (+59 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+1 -7) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+7 -0) 📝 `Radzen.Blazor/RadzenDataList.razor` (+3 -7) 📝 `Radzen.Blazor/RadzenDataList.razor.cs` (+7 -0) ➕ `Radzen.Blazor/RadzenLoadingIndicator.razor` (+13 -0) ➕ `Radzen.Blazor/RadzenLoadingIndicator.razor.cs` (+24 -0) 📝 `RadzenBlazorDemos/Pages/DataGridLoadData.razor` (+2 -2) 📝 `RadzenBlazorDemos/Pages/DataListLoadData.razor` (+2 -2) </details> ### 📄 Description 1. Add class "RadzenLoadingIndicator" to use the class in RadzenDataGrid/RadzenDataList instead of copy paste the code 2. Add property "LoadingText" to RadzenDataGrid/RadzenDataList ![grafik](https://github.com/radzenhq/radzen-blazor/assets/115212774/177beed5-2f55-4c20-afb9-1c89f2426452) Maybe you can explain me, why i cant see the new property in the "Edit Source"-Tab: ![grafik](https://github.com/radzenhq/radzen-blazor/assets/115212774/56fa7002-c3a8-42dd-9e23-ced842a53bf8) ![grafik](https://github.com/radzenhq/radzen-blazor/assets/115212774/b5d9848f-2218-4f8a-955d-857949398408) --- <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:19:20 +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#2544