Hi I am Using Telerik MVC Grid Control in my MVC 3.0 Project
I am trying to add Additional Column to the Grid
columns.Template(e =>
@Html.ActionLink("Edit", "Action", "Controller",
new { id = e.ID}, new { @class = "standard button" })
);
This code is Creating an Additional Column But not displaying the Edit link in that column.
Can Any one Help me with this. How can make this work?