[PR #1133] [MERGED] Add TabsModify Demo #2530

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1133
Author: @TimChen44
Created: 8/28/2023
Status: Merged
Merged: 9/4/2023
Merged by: @enchev

Base: masterHead: tabs


📝 Commits (2)

📊 Changes

2 files changed (+48 additions, -0 deletions)

View changed files

RadzenBlazorDemos/Pages/TabsModify.razor (+37 -0)
📝 RadzenBlazorDemos/Pages/TabsPage.razor (+11 -0)

📄 Description

Added an example of using an array to display RadzenTabsItems, and provided examples of adding and removing RadzenTabsItems.

Question: The Tab component provides the bind SelectedIndex attribute, but both AddTab and RemoveItem operations on TabItem require the RadzenTabsItem type to be passed in. Can you provide the bind SelectedTabsItem property or can you use SelectedIndex to obtain the SelectedTabsItem method?


🔄 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/1133 **Author:** [@TimChen44](https://github.com/TimChen44) **Created:** 8/28/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `tabs` --- ### 📝 Commits (2) - [`19c3ec0`](https://github.com/radzenhq/radzen-blazor/commit/19c3ec025464d74d8518dfb5cd26d863699d4273) Add TabsModify - [`782c761`](https://github.com/radzenhq/radzen-blazor/commit/782c761baf26e4a5d70b1aecb90cff6a5b514fb1) Fix the tabs modify example ### 📊 Changes **2 files changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `RadzenBlazorDemos/Pages/TabsModify.razor` (+37 -0) 📝 `RadzenBlazorDemos/Pages/TabsPage.razor` (+11 -0) </details> ### 📄 Description Added an example of using an array to display RadzenTabsItems, and provided examples of adding and removing RadzenTabsItems. Question: The Tab component provides the bind SelectedIndex attribute, but both AddTab and RemoveItem operations on TabItem require the RadzenTabsItem type to be passed in. Can you provide the bind SelectedTabsItem property or can you use SelectedIndex to obtain the SelectedTabsItem method? --- <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:17 +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#2530