I have a Ajax Bound Grid with this column which works:
columns.Bound(c => c.Id).Title("")
.ClientTemplate(@Html.ActionLink("Download", "DownloadReport?Id=#=Id#")
.ToHtmlString());
How do I modify this to show/hide the URL based on c.IsReportAvailable?