I\'m developing a web application using MVC3 in VB.NET.
I having difficulty setting a column on the webgrid with the following action links
Edit | De
Can also use the below which is more like the normal way so I like it better:
grid.Column(format: @ @Html.ActionLink("Edit", "Edit", new { id = item.Id }) | @Html.ActionLink("Delete", "Delete", new { id = item.Id }) )