The TabStrip Item.Action() API configuration is not navigating properly #8012
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
Bug report
The TabStrip Item
Action()
method is not loading content correctly.Reproduction of the problem
@(Html.Kendo().TabStrip() .Name("tabs") .Items(strip => { strip.Add().Text("Back").Action("About", "Home"); // ...
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
The text was updated successfully, but these errors were encountered: