Temporary workaround: protected void RadGrid1_InfrastructureExporting(object sender, GridInfrastructureExportingEventArgs e) { e.ExportStructure.Tables[0].Title = "Sheet1"; }