[PR #1152] [CLOSED] Add Close Tab Button #2540

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1152
Author: @TimChen44
Created: 9/12/2023
Status: Closed

Base: masterHead: tabs


📝 Commits (5)

  • 6fafd03 Add Close Tab Button
  • 82b9d15 Update Tab Close Button Features
  • 965c3aa Merge remote-tracking branch 'origin/master' into tabs
  • 60b345a fix tabs.scss
  • 06eb524 Add BadgeText attribute to RadzenTabsItem

📊 Changes

8 files changed (+99 additions, -19 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+15 -0)
📝 Radzen.Blazor/RadzenTabs.razor.cs (+13 -0)
📝 Radzen.Blazor/RadzenTabsItem.razor (+15 -3)
📝 Radzen.Blazor/RadzenTabsItem.razor.cs (+12 -0)
📝 Radzen.Blazor/themes/components/blazor/_tabs.scss (+23 -13)
📝 RadzenBlazorDemos/Pages/TabsClient.razor (+1 -1)
📝 RadzenBlazorDemos/Pages/TabsModify.razor (+19 -1)
📝 RadzenBlazorDemos/Pages/TabsServer.razor (+1 -1)

📄 Description

Provide a tab closure event. After defining the event, the tab displays a closure button, and the control itself does not perform any logic. The closure function is implemented by the user themselves.
tab


🔄 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/1152 **Author:** [@TimChen44](https://github.com/TimChen44) **Created:** 9/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `tabs` --- ### 📝 Commits (5) - [`6fafd03`](https://github.com/radzenhq/radzen-blazor/commit/6fafd034172df33017324c4b49f8410b13b1e748) Add Close Tab Button - [`82b9d15`](https://github.com/radzenhq/radzen-blazor/commit/82b9d15b3b612ccb67c328fc46bf70424756f700) Update Tab Close Button Features - [`965c3aa`](https://github.com/radzenhq/radzen-blazor/commit/965c3aadde0b26f0fcf32495707fa799c7e0f809) Merge remote-tracking branch 'origin/master' into tabs - [`60b345a`](https://github.com/radzenhq/radzen-blazor/commit/60b345a30e65e5eab1e5c8c669ece8443d0da858) fix tabs.scss - [`06eb524`](https://github.com/radzenhq/radzen-blazor/commit/06eb524bf99d8eb535d3e54ad40dc595bd670b14) Add BadgeText attribute to RadzenTabsItem ### 📊 Changes **8 files changed** (+99 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+15 -0) 📝 `Radzen.Blazor/RadzenTabs.razor.cs` (+13 -0) 📝 `Radzen.Blazor/RadzenTabsItem.razor` (+15 -3) 📝 `Radzen.Blazor/RadzenTabsItem.razor.cs` (+12 -0) 📝 `Radzen.Blazor/themes/components/blazor/_tabs.scss` (+23 -13) 📝 `RadzenBlazorDemos/Pages/TabsClient.razor` (+1 -1) 📝 `RadzenBlazorDemos/Pages/TabsModify.razor` (+19 -1) 📝 `RadzenBlazorDemos/Pages/TabsServer.razor` (+1 -1) </details> ### 📄 Description Provide a tab closure event. After defining the event, the tab displays a closure button, and the control itself does not perform any logic. The closure function is implemented by the user themselves. ![tab](https://github.com/radzenhq/radzen-blazor/assets/7581981/28eb9561-d23e-41f9-bc53-2247292d8219) --- <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:19 +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#2540