Skip to content

The TabStrip Item.Action() API configuration is not navigating properly #8012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MilaTsv opened this issue Oct 23, 2024 · 0 comments
Closed
Assignees
Labels
Bug C: TabStrip FP: Completed Sync status with associated Feedback Item Regression Broken functionality which was working previously S: Wrappers (ASP.NET Core) S: Wrappers (ASP.NET MVC)
Milestone

Comments

@MilaTsv
Copy link

MilaTsv commented Oct 23, 2024

Bug report

The TabStrip Item Action() method is not loading content correctly.

Reproduction of the problem

  1. The configuration of the TabStrip, including the Action method:
    @(Html.Kendo().TabStrip() .Name("tabs") .Items(strip => { strip.Add().Text("Back").Action("About", "Home"); // ...
  2. Click on the tab.

Current behavior

For kendo.version '2024.3.806', when the tab is clicked, the controller method does not load from the Action().

Expected/desired behavior

For previous versions, like '2023.2.718', when the tab is clicked, the URL from the action method is loaded into the browser URL.

Environment

  • Telerik UI for ASP.NET version: 2024.3.806
  • Browser: [all ]
@MilaTsv MilaTsv added C: TabStrip S: Wrappers (ASP.NET MVC) Regression Broken functionality which was working previously labels Oct 23, 2024
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Oct 23, 2024
@MilaTsv MilaTsv changed the title TabStrip Item Action is not Working The TabStrip Item Action() method is not loading content correctly Oct 23, 2024
@MilaTsv MilaTsv changed the title The TabStrip Item Action() method is not loading content correctly The TabStrip Item.Action() API configuration is not navigating properly Oct 23, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Nov 1, 2024
@Dimitar-Goshev Dimitar-Goshev added this to the 2024 Q4 (Nov) milestone Nov 11, 2024
@github-actions github-actions bot added FP: Planned Sync status with associated Feedback Item and removed FP: Completed Sync status with associated Feedback Item labels Nov 11, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Nov 11, 2024
@Dimitar-Goshev Dimitar-Goshev added the Next Release Item that will be included in the next official release label Nov 11, 2024
@kendo-bot kendo-bot removed the Next Release Item that will be included in the next official release label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: TabStrip FP: Completed Sync status with associated Feedback Item Regression Broken functionality which was working previously S: Wrappers (ASP.NET Core) S: Wrappers (ASP.NET MVC)
Projects
None yet
Development

No branches or pull requests

4 participants