[PR #295] [MERGED] Added a Focus method on the RadzenNumeric control #2104

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/295
Author: @beeterry
Created: 11/24/2021
Status: Merged
Merged: 11/25/2021
Merged by: @enchev

Base: masterHead: master


📝 Commits (4)

  • 45d2136 Added a flag to determine whether the expandable indicator column gets rendered or not.
  • e70b88a ShowExpandableIndicatorColumn renamed to ShowExpandColumn and RadzenDataGridRow fixed to work with the new property
  • eb6f637 Merge branch 'radzenhq:master' into master
  • ffb0841 Added a focus method on the numeric control.

📊 Changes

1 file changed (+11 additions, -0 deletions)

View changed files

📝 Radzen.Blazor/RadzenNumeric.razor.cs (+11 -0)

📄 Description

The input within the numeric control is wrapped in a span, so the FocusAsync() call on the element property within the reference of the numeric doesn't work i.e. RadzenNumericReference.Element.FocusAsync(). I added a method on the numeric control itself that calls focus on the wrapped input so that we can call it like RadzenNumericReference.FocusAsync().


🔄 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/295 **Author:** [@beeterry](https://github.com/beeterry) **Created:** 11/24/2021 **Status:** ✅ Merged **Merged:** 11/25/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`45d2136`](https://github.com/radzenhq/radzen-blazor/commit/45d2136dcd888a3466445a031e3ac92ffa732c2f) Added a flag to determine whether the expandable indicator column gets rendered or not. - [`e70b88a`](https://github.com/radzenhq/radzen-blazor/commit/e70b88a640d20d23e92d7a6ba4fbfcd6d20b5cf8) ShowExpandableIndicatorColumn renamed to ShowExpandColumn and RadzenDataGridRow fixed to work with the new property - [`eb6f637`](https://github.com/radzenhq/radzen-blazor/commit/eb6f6375cf0fc2b5b19377e1ee732024510482a0) Merge branch 'radzenhq:master' into master - [`ffb0841`](https://github.com/radzenhq/radzen-blazor/commit/ffb084156e2632b3b6f08cef982d9f402d706684) Added a focus method on the numeric control. ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenNumeric.razor.cs` (+11 -0) </details> ### 📄 Description The input within the numeric control is wrapped in a span, so the `FocusAsync() ` call on the element property within the reference of the numeric doesn't work i.e. `RadzenNumericReference.Element.FocusAsync()`. I added a method on the numeric control itself that calls focus on the wrapped input so that we can call it like `RadzenNumericReference.FocusAsync()`. --- <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:14 +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#2104