Telerik UI for WinForms R2 2022 SP1

Released: Jun 22, 2022

Updates in R2 2022 SP1

Features

  • What's new
    • Added NavigationView as a stand-alone control.
  • QSF
    • Added RadSyntaxEditor Settings example.
  • RadGridView
    • Added support for text orientation for cell content in the GridViewSpreadExport.
    • Added the ability to export hyperlinks to Microsoft Excel.
  • RadSpreadsheet
    • Added support for text-wrapping.
  • RadSyntaxEditor
    • Improved row selection after clicking on the line number margin.
  • RadRichTextEditor
    • Obsolete GetCurrentSelectedInline method has been removed. Please use RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent instead.
  • PdfProcessing
    • Added Signature flags support.

Fixes

  • FileDialogs
    • Date Modified column in Details view is not updated run-time.
  • RadBindingNavigator
    • Remain empty after data binding.
  • RadDataEntry
    • RadRangeAttribute is not applied on numeric fields.
    • A numeric value is not properly displayed with default editors.
  • RadDock
    • Does not preserve the original window order when using Save/LoadLayout methods.
  • RadGridView
    • Duplicate column groups are not exported correctly in Excel.
    • The decimal separator is removed when exporting with German culture on Windows Server 2012 - resolved by Microsoft.
    • Cannot export grid with GridViewComboBoxColumn inside a ColumnGroupsViewDefinition.
    • GridViewSpreadExport doesn't export as text the header cells when ColumnGroupsViewDefinition is used.
    • NullReferenceException occurs while in edit mode the user scrolls and the validation fails with a message box.
    • ArgumentOutOfRangeException on GridNavigator.SelectLastRow when AutoSizeRows and EnableFastScrolling properties are set to true.
  • RadMultiColumnComboBox
    • When the DropDownList has 1 item, the Text property is set even when the EditorControl.CurrentRow is null.
  • RadOfficeNavigationBar
    • PeekPopup does not appear when the PageViewPage is hovered for the first time.
  • RadPdfViewer
    • Document can't be loaded when containing paths with invalid transformations and the viewer remains empty.
  • RadPivotGrid
    • NullReferenceException is called when calling the UpdateUI() method.
  • RadRibbonBar
    • The ribbon groups are cut off on a surface device with increased DPI.
    • The title bar has a black line on HDPI.
  • RadSpreadsheet
    • Exception when setting transparent texbox editor background.
    • Filter buttons are not hidden when a column is hidden.
  • RadSyntaxEditor
    • The symbol next to commenting string breaks the comment coloring.
    • Add the possibility to hide the horizontal scrollbar without overlapping the view.
    • The line numbers may be clipped when using custom fonts.
    • Unable to select text at the beginning of a line using the mouse.
  • RadTextBox
    • TextBox-based controls are not properly scaled.
  • RadTreeMap
    • Legend is not visible when groups are added after ShowLegend is set to true.
  • RadTreeView
    • Narrator doesn't read expanded or collapsed states on nodes.
    • Node's Font information is not properly serialized/deserialized.
    • Different XML content in .NET 6.0 and .NET Framework 4.7.2.
  • RichTextEditor
    • The theme of the InsertSymbolDialog of the content controls is not synced.
    • The theme of the New Style Dialog of the content controls is not synced.
  • RadFilterView
    • Long delay when initializing a category with a high-value range.
    • Vertical scrollbar's range is not properly updating every time at run time after collapse/expand.
    • Vertical scrollbar is missing when setting the DataSource at run time.
  • RadWaitingBar
    • NullReferenceException on StartWaiting method under specific conditions.
  • RadRichTextEditor
    • A NullReferenceException is thrown while rendering a Table without TableRows.
    • Changing the current value of а ComboBox/DropDownList/DatePicker/CheckBox content controls causes two items to appear in the Undo stack.
    • The Paste Options button's background is modified in Windows11 and Fluent themes.
  • RadButton
    • Changing the control's Font property should take effect with all themes.
  • RadWebCam
    • System.Exception when connecting to a camera device.
  • PdfProcessing
    • Block inside a table cell with content that exceeds the cell's width breaks the rendering of a text on the next line in the cell.
  • SpreadProcessing
    • Upon export, sheet reference in formulas is lost when using whole row/column references.
    • A NullReferenceException is thrown on exporting a file with an unsupported theme color type.
  • WordsProcessing
    • PdfFormatProvider: Wrongly exported table width when table preferred width is set to fixed and it is greater than the available page width.
    • PdfFormatProvider: An extra empty space appears below the inner table added when a Table is merged into a TableCell.
    • TableJustification is not imported and respected.