Telerik UI for WinForms 2024 Q1 (2024.1.312)

Released: Mar 13, 2024

Actualizaciones en 2024 Q1 (2024.1.312)

Características

  • RadDropDownList
    • Serialized the DropDownAnimationEnabled and DropDownAnimationEasing inside the Visual Studio designer.
  • RadVirtualGrid
    • CopySelection and CutSelection methods are now virtual.
  • Theming
    • The FluentTheme type is now forwarded to the Telerik.WinControls assembly.
  • PdfProcessing
    • Introduced support for fonts that use simulated bold and italic forms.
  • ZipLibrary
    • Added support for creating AES-encrypted archives.

Correcciones

  • Installation and general issues
    • Windows11Compact themes are missing in 2024 Q1 NuGet packages.
  • RadChart and Charting engine
    • Added assembly to the .NET NuGet packages.
  • RadCommandBar
    • Wrong size when the control is placed in an auto-sized user control.
  • RadDateTimePicker
    • With FreeFormDateTime provider when using CUT (CTRL+X) shortcut an exception is thrown.
  • RadDropDownList
    • Stack Overflow Exception is thrown when setting the DataSource in SelectedIndexChanged.
  • RadFilterView
    • ItemCreated event in FilterViewBooleanCategoryElement is never fired.
  • RadForm
    • RadButtonElements click event, inside the title bar, is called twice when a dialog is shown.
  • RadGridView
    • In ColumnGroupsViewDefinition the last column cannot be resized when dragging GridHeaderCellElement.
    • Exception when setting ShowHeader to false.
  • RadPageView
    • StripButtons overlap the tab items.
  • RadPictureBox
    • Image is not scaled properly when zooming on 125% monitor scaling.
  • RadRibbonBar
    • Setting the RadDropDownListElement.DropDownAnimationEnabled breaks the designer.
  • RadRichTextEditor
    • Enter key pressed after multiple cells selection inside a table removes content from all cells.
    • Reverse selection starting from the last position in a paragraph before a table will select the first row.
    • After a mouse-click on the last possible position on a line the caret moves to the first position on the next line.
    • Spell check does not refresh correctly when there are annotation markers around the current word.
    • Custom fields inside the header/footer are auto-updated on import.
    • NullReferenceException is thrown while typing with IME inside a checkbox content control with a disabled edition or protected document.
  • RadStatusStrip
    • Incorrect size after minimizing then restoring the form to normal.
  • RadTreeView
    • Canceling the DragEding event will not expand the target tree node.
  • PdfProcessing
    • Wrong glyph measurement results in overlapping text.
    • A strange symbol is added as a name when embedding a file with an empty string as its name argument.
    • A NullReferenceException is thrown when importing a document with embedded files.
    • A NullReferenceException is thrown when importing a document with a signature and parsing the line join operator.
    • A NullReferenceException is thrown when importing and then exporting a document containing Type1Font with a missing FontInfo table.
    • Merging two documents having embedded files with same names repeats adding number 2.
    • Unicode characters from Supplementary Multilingual Plane are skipped during the PDF export.
  • WordsProcessing
    • A Stack Overflow Exception is thrown when importing an RTF document with a style based on itself.
    • HtmlFormatProvider: margin-left, margin-right, margin-top, margin-bottom CSS property is not respected when it is defined as unitless.
  • ZipLibrary
    • An IOException: Cannot access file after ZipFile.CreateFromDirectory.
    • A NullReferenceException is thrown when updating a zip with a password.