All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
protected
void
RadGrid1_GridExporting(
object
sender, Telerik.Web.UI.GridExportingArgs e)
{
e.ExportOutput = e.ExportOutput.Replace(
"</table>"
,
"</table><div>your text comes here</div>"
);
}