This question is locked. New answers and comments are not allowed.
I'm having a hard time figuring out how to pass a databind expression to a Razor method. Any ideas ?
Thanks
columns.Bound(model => model.Image).Width(64)
.ClientTemplate("<img class='gridThumbnail' width='96' height='128' alt='<#= ToolName #>' src='" +
@GhostscriptSharp.GhostscriptWrapper.GeneratePageThumb(Url.Content("~/Content/t/p/" + "<#= Pdf #>"), Url.Content("~/Content/t/igs/" + "<#= ToolName #>" + ".jpg") , "/Content/t/igs/" + "<#= ToolName #>" + ".jpg", 1, 96, 128) +
.Title("Thumbnail");