This question is locked. New answers and comments are not allowed.
Hi All,
I am unable to access a variable in Grid using the syntax <#= CustomerID #>. I get a java script error on ie9 saying expected ;. Here is the sample line. I am using MVC3 razor application
I am unable to access a variable in Grid using the syntax <#= CustomerID #>. I get a java script error on ie9 saying expected ;. Here is the sample line. I am using MVC3 razor application
columns.Bound(grid => grid.VendorId).ClientTemplate("<a href='<# CaseId #>'>Edit</a>");
thanks,
Kedar,