Added a new Chart (preview) - modern, SkiaSharp-powered, high performance chart control with support for Bar, Line, Area, Point, Pie, and nested Donut series, and multiple plot areas. (docs)
Added CircularSlider. A flexible UI component that lets users adjust values by rotating a handle along a circular path. (docs)
CHANGED
All Telerik Document Processing namespaces are renamed from Telerik.Windows.Documents.* to Telerik.Documents.*. The assembly names are not changed, so update only the using directives and the XAML clr-namespace mappings in your applications. This affects the PdfViewer control and the PdfProcessing, WordsProcessing and SpreadProcessing libraries.
For the full namespace mapping, see (docs)
Dependencies
Telerik Document Processing Library (DPL) version is updated from 2026.2.707 to 2026.3.810
AutoComplete
NEW
Introduce the SuggestionViewWidth property to specify the width of the SuggestionView. (docs)
FIXED
[WinUI] [MacCatalyst] Cursor position changes to end when trying to edit text in different location than end and using TextTransform Uppercase.
CollectionView
NEW
Provide a single deselect option when tapping the selected item again to be deselected. The selected item can be selected/deselected via the Space key on desktop. (docs)
Common
NEW
[WinUI] Improved the keyboard focus outline for RadTemplatedButton and related button controls by centralizing focus-border styling. The focus outline can now be customized directly from a control's Style using the FocusBorderUtils.HasFocusBorder, FocusBorderUtils.BorderBrush, FocusBorderUtils.BorderThickness, and FocusBorderUtils.Margin attached properties. These properties provide control over the focus border's visibility, color, thickness, and offset.
DataGrid
FIXED
Cannot tab to Unfocus the control when reaching the last cell.
DatePicker
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for DatePicker, including spinner navigation (Tab/Shift+Tab, Left/Right), spinner value changes (Up/Down), open/select (Enter/Space), close (Escape), and clear (Delete/Backspace). (docs)
DateTimePicker
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for DateTimePicker, including spinner navigation (Tab/Shift+Tab, Left/Right), spinner value changes (Up/Down), open/select (Enter/Space), close (Escape), and clear (Delete/Backspace). (docs)
ListPicker
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for ListPicker, including spinner value changes (Up/Down), open/select (Enter/Space), close (Escape), and clear (Delete/Backspace). (docs)
TabView
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for TabView, including tab navigation (Arrow keys) and selection (Enter/Space). (docs)
TemplatedPicker
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for TemplatedPicker, including open/select (Enter/Space), close (Escape), and clear (Delete/Backspace). (docs)
TimePicker
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for TimePicker, including spinner navigation (Tab/Shift+Tab, Left/Right), spinner value changes (Up/Down), open/select (Enter/Space), close (Escape), and clear (Delete/Backspace). (docs)
TimeSpanPicker
NEW
[MacCatalyst] [WinUI] Added keyboard navigation for TimeSpanPicker, including spinner navigation (Tab/Shift+Tab, Left/Right), spinner value changes (Up/Down), open/select (Enter/Space), close (Escape), and clear (Delete/Backspace). (docs)