{
name: 'Actions', width: '30%', enableFiltering: false, enableSorting: false, enableColumnMenu: false,
cellTemplate: '<div class="grid-action-cell">' +
'<a @Html.ActionLink("ViewByHtml", "GetCountryById", "Country", new { id= "row.entity.inCntId" }, new { data_modal = "", id = "{{row.entity.inCntId}}" })>{{row.entity.inCntId}} </a>' +
'</div>'
}