childcolumn.Unbound("Address").Template(@Html.ActionLink("Address", "Address/Getddress"));
I did it as below:
childcolumn.Unbound("ColumnName").HeaderText("").Template("<a href='#' onClick='linkClick(this);'>Some Value</a>")