Telerik UI for WinForms R3 2023

Released: Oct 11, 2023

R3 2023 での更新項目

機能

  • What's new
    • Added new RadPipsPager component that allows users to navigate through paginated content displayed linearly.
    • Added new RadSlideView component that allows users to slide between different views.
    • Added new RadNotifyIcon component that adds a notification icon in the notification tray.
    • Added support for Microsoft Windows 11 Dark Theme.
  • RadPivotGrid
    • You can now bind to ICustomTypeProvider.
  • RadRadioButton
    • Added a new AutoCheck property.
  • RadRichTextEditor
    • Added support for exporting documents containing BIN images.
  • ShapedForm
    • Exposed API to round the form's corners on Windows 11.
  • PdfProcessing
    • You can now prevent exporting exactly the same fonts more than once.
  • WordsProcessing
    • Added support for importing documents containing runs as children of another run.
    • Added support for importing documents containing simple fields as a child of another run.
    • HtmlFormatProvider: Importing base64 images with no data source is now handled.

不具合の修正

  • FileDialogs
    • Search textbox is now working in .NET Core.
  • RadDiagram
    • Slow loading time when setting the ConnectionBridge.
    • The rotate icon must be hidden from the selected text shape using the text tool.
  • RadGridView
    • GridViewSpreadExport duplicates parent rows with no child records when exporting all child tabs.
    • GridAggregateFunction.StDev causes DivideByZeroException if all values are equal to 0 in the column.
    • NullReferenceException when dragging an item from the ColumnChooser to the grid at Telerik.WinControls.UI.RadGridViewDragDropService.GetDragImageHint.
    • Changes to the bound ObservableCollection are not reflected in the control in .NET 7.
  • RadPictureBox
    • Introduce ReadOnly property that stops user interaction: context menu and zoom.
  • RadRichTextEditor
    • Resizing, maximizing or restoring a window which hosts RichTextEditor containing table in Flow layout mode moves the table borders unexpectedly.
    • Sometimes Double mouse clicks will not execute when clicking into the middle of a letter.
    • Wrong tab stop position when copying form RichTextBox and pasting in Word.
    • The FontFamily is not preserved when one is pasting from WordPad.
    • Importing a document that does not have a valid styles table causes NullReferenceException.
  • RadTextBox
    • When ShowEmbeddedLabel property is enabled the text box does not receive focus if it is set with the Control.Focus method.
  • RadTextBoxControl
    • Caret is not moved with arrow keys when text with 50K characters are set.
  • RadTreeView
    • The context menu of the initially selected node inside the property builder is not synced.
    • Node's Image can't be changed at design time when using an ImageList and PropertyBuilder.
  • PdfProcessing
    • A NullReferenceException is thrown when loading a document with no Encoding containing MicrosoftNonSymbolicGlyph.
    • TrueType Postscript fonts perceived as Standard fonts are embedded on export.
    • Some documents containing Type1 font without Private Dict are not rendered as expected.
    • A NullReferenceException is thrown when importing a document containing an updated xref table that has an invalid offset.
    • A KeyNotFoundException when getting glyph width with a standard font and WinAnsiEncoding.
    • InvalidOperationException is thrown when importing a document with an invalid offset of the cross-reference table.
    • An InvalidDataException 'Unknown compression method (0x31)' thrown when importing a document.
    • An InvalidCastException caused by colorspace defined as nested indirect objects.
    • Filled values in forms are missing when exporting to an image.
    • An exception is thrown when exporting an encoded document containing an image with Index ColorSpace.
    • An endless loop when importing a document containing an EI keyword not followed by space or return.
  • SpreadProcessing
    • Resolving a conditional formatting rule for cells with a row index greater than the max causes an exception.
    • Importing documents containing many formulas referring to constant values is causing a memory leak.
    • Importing an XLS document containing _xlfn.SINGLE defined name causes an InvalidOperationException.
    • Horizontal bar chart data is loaded incorrectly in some documents.
    • Exporting a document containing workbook properties and protection leads to an invalid document.
    • A NullReferenceException is thrown when copying a sheet containing chart with Marker which FILL is null.
    • Text is cut off when exporting to PDF with a specific font.
  • SpreadStreamProcessing
    • KeyNotFoundException is thrown when iterating cells having a disabled 'Normal font' formatting option.
  • WordsProcessing
    • When exported, a table cell with set borders is visualized with only top and bottom borders.
    • A table cell with a dark background is always exported with a white foreground.
    • PdfFormatProvider: ArgumentException because of negative line height.
    • HtmlFormatProvider: Wrong parsing of border styles when both are set inline and in CSS.
    • DOCX document fails to import if it contains content control without content inside the first block in the header or footer.
    • Document with a shape containing PictureFill fails to export to DOCX.