Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created December 14, 2010 17:40
Show Gist options
  • Save JeremySkinner/740763 to your computer and use it in GitHub Desktop.
Save JeremySkinner/740763 to your computer and use it in GitHub Desktop.
<%= Html.Grid(Model).Columns(column => {
column.For(x => "<a href='" + Url.Action("Edit") + "'><img src='/content/images/edit.jpg' /></a>").Encode(false);
}) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment