Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Harrison committed Mar 28, 2015
1 parent 32c2c47 commit f6d4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGetFiles/MVCGridConfig.cs.pp
Expand Up @@ -26,7 +26,7 @@
.WithValueExpression(i => i.YourProperty); // use the Value Expression to return the cell text for this column
cols.Add().WithColumnName("UrlExample")
.WithHeaderText("Edit")
.WithValueExpression((i, c) => c.UrlHelper.Action("detail", "demo", new { id = i.Id });
.WithValueExpression((i, c) => c.UrlHelper.Action("detail", "demo", new { id = i.Id }));
})
.WithRetrieveDataMethod((context) =>
{
Expand Down

0 comments on commit f6d4a99

Please sign in to comment.