Telerik UI for ASP.NET AJAX R3 2021 SP1

Released: Nov 11, 2021

R3 2021 SP1 中的更新

特性

  • Common
    • Added support for Microsoft Visual Studio 2022.
    • Added support for Web Live Preview.
  • Grid
    • WAI-ARIA: Added the ability to assign custom aria-label to a Grid's numerical paging controls.
  • PdfProcessing
    • Now handles importing documents containing entries with duplicated object number in more than one subsection.
  • Spreadsheet
    • fromFile() now returns a Promise.
  • WordsProcessing
    • DocxFormatProvider: Added support for hyperlinks on images.

修補程式

  • Common
    • Add missing VS Toolbox icons for Breadcrumb, Chat and Drawer.
  • Calendar
    • WCAG 2.0 AA Accessibility issue with Success Criteria 1.3.1 Info and Relationships (A).
    • No direct way to select the prev/next month and year buttons.
  • Grid
    • HeaderContextMenu filter functions such as Between, GreaterThanOrEqualTo, LessThanOrEqualTo not working.
  • MultiSelect
    • Changes made in SelectionChanged event are not working.
  • Notification
    • JavaScript error is thrown then multiple RadNotification instances with enabled audio are shown.
  • PdfProcessing
    • RadFixedPages are created without PageNumber set when using the RadFixedDocument.Pages.AddPage() method.
    • Wrong parsing to Unicode mapping leads to an ArgumentOutOfRangeException.
    • An InvalidCastException is thrown when importing a document containing a CIDFont with default width (DW) set as PdfReal (double).
    • A NullReferenceException is thrown when importing a document containing Widget annotations with an appearance set that contains Marked content (BMC-EMC) with no FT operands set.
    • Handled ArgumentException is thrown when importing documents containing form fields with the same fully qualified name.
  • Scheduler
    • Broken appearance in initially hidden container.
  • Spreadsheet
    • Load from file failing after Spreadsheet was loaded from JSON.
  • SpreadProcessing
    • An exception is thrown when color does not have a complete value.
    • SpreadsheetNameException is thrown when importing workbooks with a locally defined built-in name.
    • Hidden sheets should not be exported to PDF. Property is now exposed to control whether the hidden sheets should be included or not.
  • StyleSheetManager
    • Improve Dictionary access to avoid High CPU issue in multithreaded environment.
  • TabStrip
    • Maximum callstack exceeded error in TabStrip with nested tabs.
  • Wizard
    • The Wizard container goes down when the Material skin is used in Safari and the NavigationBarPosition=Left.
  • WordsProcessing
    • Text is not replaced when the document contains empty fields.
    • Unexpected behavior when replacing a string within a run that is not the first element in the paragraph.
    • Wrong import of the border local attribute of HTML tables.
    • Forecolor of table cells text is not preserved when exporting to PDF.
    • Table properties are not preserved when replacing text with table.
    • An ArgumentNullException is thrown when importing HTML with empty col elements without attributes.
    • DocxFormatProvider: A NullReferenceException is thrown when exporting an abstract list with character properties.
  • ZipLibrary
    • Decompressing a password-protected archive with a Stored compression method throws InvalidArgumentOffsetCount.