Kendo UI TabStrip with MVC3
Posted
by
Dheyvendaran
on Stack Overflow
See other posts from Stack Overflow
or by Dheyvendaran
Published on 2012-09-24T09:36:04Z
Indexed on
2012/09/24
9:37 UTC
Read the original article
Hit count: 866
asp.net-mvc-3
|kendo-ui
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.
© Stack Overflow or respective owner