This question is locked. New answers and comments are not allowed.
Hi,
I need to do conditional Grid with TabStrip in my MVC3 project. I have tried this but not working.
Is there any way i can get work with this. Please help me for this.
I need to do conditional Grid with TabStrip in my MVC3 project. I have tried this but not working.
if ("<#= Status #>" == "Pending") { items.Add().Text("Create New Detail").Url("/Acquisition/PoDetails/Create/<#=Id#>"); } }) .ToHtmlString()Is there any way i can get work with this. Please help me for this.