Following Microsoft’s retirement of Xamarin in May 2024, Progress announces the discontinuation of Telerik UI for Xamarin in February 2025. Technical support and critical fixes will be available until February 2026.
Introduced helper class to serialize/deserialize recurrence patterns to iCalendar format.
FIXED
[Android] SelectionChanged is triggered twice when changing the appointments collection at runtime.
[iOS] Day View Events View permanently shifts when changing view mode while swiping left/right.
CHANGED
Changed SelectionChanged event args to be of type CalendarSelectionChangedEventArgs that includes AddedItems and RemovedItems properties.
CheckBox
FIXED
IsChecked property is not updated when default binding mode is used.
DataGrid
FIXED
[iOS] A NullReferenceException is thrown when trying to load the telerik font.
ListView
FIXED
[iOS] Entry in ListViewTemplateCell is overlapped by keyboard.
[Android] TextCell is not centered vertically.
[Android] NullReferenceException is thrown on item property change when ItemStyleSelector is applied.
Binding is lost when ItemTemplateSelector is used and templates are switched dynamically.
[Android] Items are not loaded after second LoadOnDemandItemTemplate is tapped.
NumericInput
FIXED
[Android] Value is not applied correctly when StringFormat property is used.
PDF Viewer
NEW
Improved scrolling performance.
Popup
FIXED
[iOS] The popup is misplaced when a picker items are displayed.
TabView
NEW
Introduced a new property IsContentPreserved to control whether to preserve tab content when switching between tabs.
TreeView
FIXED
[iOS] Unexpected behavior when ItemsSource is cleared or updated at runtime.
Calling ScrollItemIntoView() leads to exception.
CHANGED
TextCellTextColor property is no longer available. Please use implicit style targeting telerikTreeView:ItemText and setting the TextColor property.Where telerikTreeView namespace is defined like this: xmlns:telerikTreeView ="clr-namespace:Telerik.XamarinForms.DataControls.TreeView;assembly=Telerik.XamarinForms.DataControls".