-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: TabStripFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslyS: Wrappers (ASP.NET Core)S: Wrappers (ASP.NET MVC)
Milestone
Description
Bug report
The TabStrip Item Action() method is not loading content correctly.
Reproduction of the problem
- The configuration of the TabStrip, including the Action method:
@(Html.Kendo().TabStrip() .Name("tabs") .Items(strip => { strip.Add().Text("Back").Action("About", "Home"); // ... - 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 ]
Metadata
Metadata
Assignees
Labels
BugC: TabStripFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslyS: Wrappers (ASP.NET Core)S: Wrappers (ASP.NET MVC)