Does anybody know how I can present a "mail:to" option for an email link in a Telerik grid?
I cannot find anything on the web that redirects to a "mailto" link.
I tried this, but it doesn't work:
columns.Bound(o => o.Website).Width(300).Filterable(false).Sortable(false).ClientTemplate("<ahref='#=Website#'>#=Website#</a>");