Telerik UI for WinForms R1 2022 SP1

Released: Feb 23, 2022

R1 2022 SP1 での更新項目

機能

  • Theming
    • Visual Style Builder color blending of VisualStudio2022Light theme.
  • RadDataEntry
    • Respect the ReadOnlyAttribute set to a property of the data object.
  • RadDataLayout
    • Respect the ReadOnlyAttribute set to a property of the data object.
  • RadPdfViewer
    • Expose the Document property as public.
  • RadSpreadsheet
    • Expose public API for accessing the Filtering popup and customizing its items.
  • TPF
    • Detect Theme change on OS level and provide events to adjust the application theme.
  • PdfProcessing
    • Added support for Type 3 fonts.
    • Provided API for setting different permissions when exporting encrypted PDF documents.

不具合の修正

  • FileDialogs
    • Open button is disabled after tokenizing an existing file.
  • RadContextMenu
    • AnimationEnabled property value is not stored at design time.
  • RadDataEntry
    • Use spin editor for all numeric types.
  • RadDataLayout
    • Use spin editor for all numeric types in RadDataLayout and RadDataEntry.
  • RadDateTimePicker
    • Opening/Opened events are not raised.
  • RadForm
    • RadControls inside a UserControl added at design time are scaled twice.
  • RadGridView
    • Setting SelectNewRowAsCurrent causes error opening Form in WinForms designer.
    • The First/Last page navigation should be disabled when the First/Last page is current.
    • Loading layout with a filter for the date column throws error.
    • NullReferenceException when opening the Relation Collection Editor and the Site of the master template is null.
    • Broken columns layout after print failure and columns drag and/or resize.
  • RadImageEditor
    • Image resolution is reset after loading or editing with image editor.
  • RadListControl
    • Localization is not working.
  • RadMap
    • The image of MapLabel is drawn at the top-left point of the map, instead of the MapLabel location.
  • RadPdfViewer
    • System.OutOfMemoryException when creating a TextureBrush.
    • Exception during the paint when the document contains a Lab Color.
    • Exception when saving a document that is being used by another process.
  • RadRichTextEditor
    • XamlFormatProvider cannot import files in .NET Core applications.
    • Cannot import XAML documents exported from the WPF RadRichTextBox control.
  • RadSpellChecker
    • Words are identified as incorrect when containing apostrophes, e.g. 's or L'.
  • RadSpreadsheet
    • The filtering popup layout is not correct when a cell contains a very long text.
  • RadTabbedForm
    • Anchored children are resized/relocated in Design mode.
  • RadTextBoxControl
    • Shift+Tab doesn't move to the previous control it RadTextBoxControl is placed in a UserControl.
  • PdfProcessing
    • The measured size of the block inside the nested table is wrong.
    • A NullReferenceException is thrown when converting nested tables to PDF and the vertical alignment is set.
    • An ArgumentException is thrown when importing documents containing Font`s Widths array with entries defined as Indirect references.
    • An InvalidCastException is thrown when importing a not embedded TrueType Font.
    • UriFormatException is thrown when merging/cloning a document containing UriAction with an invalid URI.
    • Converting PNG to Jpeg processes only a part of the image on .NET 6.
  • SpreadProcessing
    • NullReferenceException when importing a document that contains notes shapes with no row and column.
    • AnIndexOutOfRangeException is thrown when exporting a file in Russian culture under Windows 7 and the target platform is .NET Standard version.
    • Notes are not updated after inserting or removing cells.
  • WordsProcessing
    • PdfFormatProvider: A NullReferenceException is thrown when converting nested tables to PDF and the vertical alignment is set.
    • InvalidOperationException is thrown while importing DOCX file with nested content controls over the contents of a table cell with more than one paragraphs.
    • Importing empty content control that is the first element of a table cell leads to NullReferenceException.
    • The value of a Page field with numberInDash format is not exported to PDF.