Kendo UI + Telerik UI for ASP.NET (MVC & Core) R2 2021

Released: May 12, 2021

Actualizaciones en R2 2021

Características

  • Common
    • New Circular Gauge Component
    • New ActionSheet Component
    • New SkeletonContainer Component
    • New TaskBoard Component
    • Add Telerik.Web.Spreadsheet.nupkg to UI for ASP.NET Core
  • DataSource
    • CancellationToken parameter in ToDataSourceResultAsync
  • Drawer
    • Hierarchical Items
  • Editor
    • Image Resizing
  • Grid
    • UI for ASP.NET Core Grid Pager has no "All" option (6042)
    • Add skeleton loader to grid
    • Data Range Selection, Copy & Export
  • QRCode
    • QR Code logo/image support
    • Swiss QR Code
  • Scheduler
    • Display 24h events with isAllDay false and overnight events as normal events outside Scheduler's allDaySlot
    • Year View.
    • Hierarchical Grouping.
  • TreeList
    • Row Template.
    • Filter Row.
  • PdfProcessing
    • Implemented API for flattening form fields.
    • Introduced support for Lab color space.
    • Implemented GetColor method for Indexed color space.
  • SpreadProcessing
    • Introduced conversion from DataTable to RadWorkbook/RadWorksheet and vice versa.
    • Introduced an API for measuring the text using the text measuring of the PdfProcessing.
  • SpreadStreamProcessing
    • Added space="preserve" attribute to string cell values to preserve their exact spacing when visualizing.
    • Introduced API for measuring the text on different platforms.
  • WordsProcessing
    • Implemented a mechanism to automatically load external CSS resources when the URI is valid.
    • Implemented Find functionality allowing you to perform a text-based search.
    • Implemented support for importing DOC format.
    • Implemented support for importing DOT format.
    • Introduced support for importing documents with shading colors defined as strings.

Correcciones

  • DateRangePicker
    • DateRangePicker last selected item not highlighted if it equals the max value.
  • Form
    • Missing TypeScript definition for kendoForm (6381).
  • MultiViewCalendar
    • DateRangePicker last selected item not highlighted if it equals the max value.
  • NumericTextBox
    • Unexpected aria-hidden true attribute applied to NumericTextBox's visible input.
  • Scheduler
    • Overnight events disappear from the Business hours view (4407).
  • Spreadsheet
    • Spreadsheet's dataSource change event is not triggered on pasting into a cell (6378).
  • TextArea
    • Unable to scroll readonly TextArea.
  • Tooltip
    • Tooltip throws JavaScript error on hovering different targets (6374).
  • Validator
    • Failing RadioButton validation when used in Grid's popup EditorTemplate (6386).
  • Wizard
    • Wrong return types for Wizard activeStep and steps methods in TypeScript definitions.
  • PdfProcessing
    • CharCodes to glyph indices are incorrectly mapped when exporting TextBoxField with TrueType font and defined encoding.
    • An ArgumentException is thrown when merging or splitting files with the PdfStreamWriter.
    • TypeInitializationException is thrown when exporting a document with PdfComplianceLevel set.
    • CharCodes to glyph indices are incorrectly mapped when exporting TextBoxField with Simple font and a Differences array defined in the Encoding.
  • SpreadProcessing
    • An invalid file is generated when the freezing panes are set, and the file is opened in Excel.
    • An InvalidOperationException is thrown when attaching to CellPropertyChanged event and trying to modify the cell.
  • SpreadStreamProcessing
    • ArgumentException is thrown when calling SpreadExporter.CreateWorkbookExporter method and referencing Trial assemblies.
  • WordsProcessing
    • NullReferenceException is thrown when importing a DOCX document containing a DataBinding element inside a structured document tag.
    • The Hyperlink field is exported wrong.
    • The Nonbreaking space is exported as a Unicode character instead of the appropriate Control word.
    • RtfFormatProvider: Indexing is wrong when exporting the list override index (\ls).
    • When replacing a word being part of the field code fragment definition, the field becomes invalid.
    • Changed: RadFlowDocumentEditor.ReplaceText(string, string) method is removed. Use the RadFlowDocumentEditor.ReplaceText(string, string, bool, bool) method with default bool values instead.