[PR #647] [MERGED] RadzenSelectBar - RadzenSelectBarItem add disabled-property #2264

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/647
Author: @msdevcode
Created: 10/16/2022
Status: Merged
Merged: 10/17/2022
Merged by: @enchev

Base: masterHead: feature


📝 Commits (1)

  • 4e97375 RadzenSelectBar - RadzenSelectBarItem add disabled-property

📊 Changes

4 files changed (+145 additions, -127 deletions)

View changed files

📝 Radzen.Blazor/RadzenSelectBar.razor (+1 -1)
📝 Radzen.Blazor/RadzenSelectBar.razor.cs (+6 -6)
📝 Radzen.Blazor/RadzenSelectBarItem.cs (+7 -0)
📝 RadzenBlazorDemos/Pages/SelectBarPage.razor (+131 -120)

📄 Description

Added a Display-Property to RadzenSelectBarItem-Class

It is possible now to disable specific items of the selectbar

Updated SelectBarPage-Demo:

grafik

grafik

set the tabindex of the items depending on display flag:
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/647 **Author:** [@msdevcode](https://github.com/msdevcode) **Created:** 10/16/2022 **Status:** ✅ Merged **Merged:** 10/17/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature` --- ### 📝 Commits (1) - [`4e97375`](https://github.com/radzenhq/radzen-blazor/commit/4e97375dff5cc1f96b812a288c4e6c8088373ff7) RadzenSelectBar - RadzenSelectBarItem add disabled-property ### 📊 Changes **4 files changed** (+145 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSelectBar.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenSelectBar.razor.cs` (+6 -6) 📝 `Radzen.Blazor/RadzenSelectBarItem.cs` (+7 -0) 📝 `RadzenBlazorDemos/Pages/SelectBarPage.razor` (+131 -120) </details> ### 📄 Description Added a Display-Property to RadzenSelectBarItem-Class It is possible now to disable specific items of the selectbar Updated SelectBarPage-Demo: ![grafik](https://user-images.githubusercontent.com/115212774/196038522-96ef64f2-68c0-474a-9b80-524d4fdd2c1e.png) ![grafik](https://user-images.githubusercontent.com/115212774/196038569-93ef652f-189e-4b00-83ea-d59540082615.png) set the tabindex of the items depending on display flag: ![grafik](https://user-images.githubusercontent.com/115212774/196038987-2ea4b951-ebdb-4c90-b50c-4db331153adb.png) --- <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:00 +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#2264