[PR #951] [MERGED] Exposed SearchText property and added Action SearchTextChanged #2415

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/951
Author: @AndrzejKl
Created: 5/3/2023
Status: Merged
Merged: 5/4/2023
Merged by: @enchev

Base: masterHead: ExposingSearchText


📝 Commits (3)

  • 4f7a1ee Exposed SearchText property and added Action SearchTextChanged
  • ce0f0e0 Added StateHasChanged to refresh component
  • 73c3f3c Visual cosmetics on Demo page

📊 Changes

3 files changed (+43 additions, -12 deletions)

View changed files

📝 Radzen.Blazor/DataBoundFormComponent.cs (+12 -5)
📝 Radzen.Blazor/DropDownBase.cs (+14 -5)
📝 RadzenBlazorDemos/Pages/DropDownFiltering.razor (+17 -2)

📄 Description

Hi,
Maybe it will be useful to someone as it was useful to me.
Exposing SearchText and SearchTextChanged Action


🔄 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/951 **Author:** [@AndrzejKl](https://github.com/AndrzejKl) **Created:** 5/3/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `ExposingSearchText` --- ### 📝 Commits (3) - [`4f7a1ee`](https://github.com/radzenhq/radzen-blazor/commit/4f7a1eec19e6656a7fbfcdb1a5dd64097f28fde9) Exposed SearchText property and added Action SearchTextChanged - [`ce0f0e0`](https://github.com/radzenhq/radzen-blazor/commit/ce0f0e046adc41b970de0e063932e66a2fd662b0) Added StateHasChanged to refresh component - [`73c3f3c`](https://github.com/radzenhq/radzen-blazor/commit/73c3f3c1af1e2b62431349ec933b1bb7abc674fd) Visual cosmetics on Demo page ### 📊 Changes **3 files changed** (+43 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/DataBoundFormComponent.cs` (+12 -5) 📝 `Radzen.Blazor/DropDownBase.cs` (+14 -5) 📝 `RadzenBlazorDemos/Pages/DropDownFiltering.razor` (+17 -2) </details> ### 📄 Description Hi, Maybe it will be useful to someone as it was useful to me. Exposing `SearchText` and `SearchTextChanged` Action --- <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:44 +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#2415