or


<a href="http://www.somebody@test.com/">Somebody</a>

protected void RadGrid1_ColumnCreated(object sender, Telerik.Web.UI.GridColumnCreatedEventArgs e) { if (e.Column is GridBoundColumn && (e.Column as GridBoundColumn).DataField == "Sales") { (e.Column as GridBoundColumn).DataFormatString = "{0:C}"; } }