Telerik UI for WPF 2024 Q1 (2024.1.408)

Released: Apr 12, 2024

2024 Q1 (2024.1.408) での更新項目

機能

  • GridView
    • ScrollBar background is now set to gray in the Office2019 theme which doesn't match the design.
  • RichTextBox
    • MoveSelectionCommandParameter class has been made public.
    • The HandleDocumentCaretPositionChanging and HandleDocumentCaretPositionChanged methods are no longer available, use the ExpandTopRight and ExpandDownLeft methods instead.

不具合の修正

  • Common
    • Telerik.UI.for.Wpf nuggets have a System.ServiceModel.Http described with non-existing version 6.0.2, should be 6.2.0.
  • Buttons
    • NullReferenceException when setting IsChecked of RadToggleSwitchButton before the control is added to the visual tree.
  • Docking
    • Floating panes are always topmost and display over every other application.
  • ExpressionEditor
    • Surrounding a string property with double quotation marks by placing the first one at the end of the new value and the second one at the beginning raises a NullReferenceException.
  • GridView
    • GridViewHeaderRow is misaligned in Windows8 and Office2013 themes.
    • The last row is cut off in a grouped data grid when EnableStickyGroupHeaders is True, using RowHeight is smaller than the default, and UserLayoutRounding is True.
  • MaskedInput
    • Input issues in Numeric and Currency input with Thai Culture in Net Core 3.1, NET6, and higher versions.
  • RichTextBox
    • Selecting cells in one direction with the keyboard and then reversing the direction breaks the selection.
    • Users can type or paste text in a Picture, Combobox, DatePicker content controls.
  • SvgImage
    • Image is not rendered when CustomBrushes is used and UriSource is set via data binding.