Kendo UI TabStrip with MVC3
- by Dheyvendaran
I was working on Kendo UI Grid. I need to work with Grid TabStrip. When the user clicks on the tabstrip it should get the currently selected Id and navigate to the next page.
Sample code
items.Add().Text("Add New Details").Action("action","controller", new { Id = "#=Id#" })
Here the Current Id is not getting properly. It always shows "/#=Id#". Please tell me How can i get the current selected Id to the above action.