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

Released: Jun 7, 2023

Actualizaciones en R2 2023

Características

  • Common
    • Added new Template component.
    • Added Microsoft .NET 8 Preview 4 compatibility.
    • Added support for jQuery 3.7.0.
    • Fluent Theme Package (v6.4.0).
    • Classic Theme Package (v6.4.0).
    • Bootstrap Theme Package (v6.4.0).
    • Default Theme Package (v6.4.0).
    • Material Theme Package (v6.4.0).
  • ActionSheet
    • Added Action buttons support.
    • Added Adaptive capabilities.
    • Added Content Template and Footer Template support.
  • AutoComplete
    • Added Adaptive Mode.
  • BottomNavigation
    • Unified BottomNavigation rendering.
  • Breadcrumb
    • Unified Breadcrumb rendering.
  • ColorGradient
    • Unified Color widgets rendering.
  • ColorPalette
    • Unified Color widgets rendering.
  • ColorPicker
    • Unified Color widgets rendering.
  • ComboBox
    • Added Adaptive Mode.
  • DateInput
    • Enhanced Date editing.
  • DatePicker
    • Added Adaptive Mode.
    • Updated DatePickers to respect Data annotations.
  • DateRangePicker
    • Added Adaptive Mode.
  • DateTimePicker
    • Added Adaptive Mode.
    • Added DateTimePicker StartTime and EndTime options.
    • Updated DatePickers to respect Data annotations.
  • DropDownList
    • Added Adaptive Mode.
  • DropDownTree
    • Added Adaptive Mode.
    • Unified DropDownTree with checkboxes rendering.
  • Editor
    • Exposed UrlHandler option for the Image() API method of Editor's ImageBrowser configuration.
  • ExpansionPanel
    • Unified ExpansionPanel rendering.
  • FlatColorPicker
    • Unified Color widgets rendering.
  • Form
    • Updated DatePickers to respect Data annotations.
  • Grid
    • Added the ability to resize Rows.
  • MultiColumnComboBox
    • Added Adaptive Mode.
  • MultiSelect
    • Added Adaptive Mode.
  • PivotGrid
    • Unified ExpansionPanel rendering.
  • Scheduler
    • Added the ability to customize the Scheduler ToolBar.
    • You can now highlight ongoing events.
  • TimeDurationPicker
    • Added Adaptive Mode.
  • TimePicker
    • Added Adaptive Mode.
  • PdfProcessing
    • You can now handle invalid /NULL name encoding for Type1 and TrueType fonts.
    • Added an option to replace the predefined Standard Fonts.
    • Added public API for setting default stream compression when exporting PDF files.
    • Added a setting in PdfStreamWriter that allows you to export images with no compression.
    • Added support for exporting standard fonts with custom encoding.
    • Added a new default implementation for the ImageUtils' JpegImageConverter and ImagePropertiesResolver based on the SkiaSharp library.
  • SpreadStreamProcessing
    • Added support for importing rich text as plain text.
  • WordsProcessing
    • HtmlFormatProvider: Added support for setting color values using the rgb() function. Available in Microsoft .NET 4.5 and above.
    • Unified support of CSS shorthand/longhand properties. Available in .NET 4.5 and above.

Correcciones

  • ColumnMenu
    • Filters not rendered on TreeList in a TabStrip tab.
  • DateInput
    • Remove wrapping span of DateInput while in pickers.
  • DatePicker
    • Remove wrapping span of DateInput while in pickers.
  • DateRangePicker
    • Remove wrapping span of DateInput while in pickers.
  • DateTimePicker
    • Remove wrapping span of DateInput while in pickers.
    • DateTimePicker can't scroll the timeview on a touch screen.
  • FileManager
    • No records shown on clearing FileManager's built-in Search tool.
  • FilterMenu
    • Filters not rendered on TreeList in a TabStrip tab.
  • Gantt
    • Gantt popup edit must contain a single form in which are placed all tabpanel items of its TabStrip.
  • Grid
    • Buttons in Grid's Toolbar overflow do not work.
    • An error is thrown when setting column attributes in the Grid.
    • Grid Toolbar attributes aren't applied.
    • Grid's ToolBar does not add attributes correctly.
  • ListBox
    • ListBox TransferTo and TransferFrom icons should be reversed in RTL.
  • Notification
    • Notification content is wrapped on two rows when using SASS theme.
  • Pager
    • Wrong rendering of Pager numbers elements.
  • Scheduler
    • Scheduler events in TimeLine view are displayed incorrectly when they start/end at the same time.
  • Spreadsheet
    • DataBound Spreadsheet does not trigger change event when dragging the fill handle.
  • TimePicker
    • Remove wrapping span of DateInput while in pickers.
    • DateTimePicker can't scroll the timeview on a touch screen.
  • TreeList
    • Filters not rendered on TreeList in a TabStrip tab.
    • Missing classes in the TreeList header cells.
  • PdfProcessing
    • An EndOfStreamException is thrown when importing a document with startxref pointing to the end of the document.
    • ImageUtils: MissingMethodException is thrown when using a bigger than 2.0 ImageSharp version.
    • The CalGray color space properties are not correctly exported in an array.
    • Slow import of documents containing Shadings Pattern and ICCBased ColorSpace.
    • IOException is thrown when an object in the cross-reference stream has a negative offset.
    • Errors are thrown when validating signed PDF files with VeraPdf and other validators.
    • Wrong rendering of glyphs with a specific Type1 font.
    • The position of unsupported annotation is not calculated as expected when its bounding box starts from a position different than 0.
    • Spaces are displayed as rectangles for some TrueType fonts.
    • Some glyph geometries from Type1 fonts are not rendered correctly.
    • Glyphs are rendered with different font when trying to create Block with ZapfDingbats.
    • An ArgumentException is thrown when importing .notdef glyph.
    • Wrongly parsed document content when the indirect object contains more spaces between object number and generation number.
    • Wrong encoding is used when the PDF file contains font with custom encoding.
    • Some operators cannot be correctly parsed which causes incomplete import.
    • Setting a filter on a mask results in an invalid file when exporting.
    • A KeyNotFoundException is thrown when there is a symbolic font with predefined encoding.
    • A KeyNotFoundException exception is thrown when there are missing characters in the document.
    • А KeyNotFoundException exception is thrown with MacintoshNonSymbolic platform type and WinAnsiEncoding.
    • An InvalidCastException is thrown when importing documents where the endobj keyword is not on a new line.
    • Generated PDF files are not PDF/A compliant according to some validation tools.
    • Encrypted Hex strings in Bookmark titles are not decrypted on import.
    • Documents exported with cross-reference stream are invalid.
    • An ArgumentException is thrown when trying to clone a document containing SignatureField.
    • An ArgumentException is thrown when importing .notdef glyph.
    • Applying a wrong default image compression filter leads to a broken PDF file.
  • SpreadProcessing
    • Importing an XLS file causes NullReferenceException due to fill color.
    • Applying text format to a column also sets the format to the next column.
    • Repeating header rows are not imported correctly in some files.
    • An InvalidOperationException is thrown in the ValueContextResolver when importing a document that contains conditional formatting.
    • Sequence contains no matching element exception is thrown in files containing notes or comments.
    • A conditional formatting rule with a custom formula with reference to another sheet is lost when importing a file generated from Microsoft Excel.
  • WordsProcessing
    • HTML files encoded with Little Endian could not be imported correctly. Available in NET 4.5 and above.
    • PdfFormatProvider: The image in the header is not exported to PDF.
    • The forecolor of table cells text is not preserved when exporting to PDF.
    • Table row which has defined only 'val' attribute of the 'trHeight' is imported as row with auto height.
    • Exporting to PDF documents containing empty table rows results in 0 height of the rows.
    • An ArgumentException is thrown due to incorrect measurement of block elements inside TableCell.
    • NullReferenceException when importing a watermark with no opacity.
    • The mail merge does not work if the template contains a Table of Contents.
    • A KeyNotFoundException is thrown when importing an RTF that references a not declared font.
    • The header is not imported when it contains a watermark.
    • Empty table row is exported to PDF with different height.
    • Empty paragraphs at the end of a table cell are ignored on import from RTF.
    • Invalid list layout when converting to PDF and the list includes several pages.