Completed
Last Updated: 11 Dec 2024 13:21 by ADMIN
Release 2025 Q1 (Feb)
rumen jekov
Created on: 11 Dec 2024 13:18
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Replace Obsolete Export Method Overloads with Timeout-Aware Overloads in Telerik Web UI
Update the Render methods in XlsxRenderer.cs and DocxRenderer.cs to replace obsolete Export method overloads from IWorkbookFormatProvider and DocxFormatProvider. These methods now use the updated overloads that include a TimeSpan? timeout parameter. Add a new timeout setting SecurityHelper.ExportTimeout to ensure configurable timeout handling across the application. The update resolves compiler warnings (CS0618) caused by the usage of deprecated method overloads and aligns with modern practices for enhanced application performance and reliability.
1 comment
ADMIN
Rumen
Posted on: 11 Dec 2024 13:21
The improvement will appear in the 2025 Q1 release.