Completed
Last Updated: 07 Jun 2017 14:49 by ADMIN
ADMIN
Konstantin Dikov
Created on: 08 Jan 2015 11:46
Category: UI for ASP.NET AJAX
Type: Feature Request
0
FIX - RadGrid - When setting file name with more than 31 characters, when exporting to XLSX format, a server-side exception is thrown

		
1 comment
ADMIN
Konstantin Dikov
Posted on: 08 Jan 2015 11:47
Temporary workaround:

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