
Adds new Accordion and Expander controls, MultiDayView for the Calendar, plus a new AutoCompleteView (Beta).
Features
- UI for Xamarin
- Introduced Expander control. It helps you save screen space by presenting content in an expandable container that can be easily expanded/collapsed by tapping on the header of the control.
- Introduced Accordion control. This control is a vertically collapsible content panel that displays only one of its items at a time within the available space.
- Introduced a new AutoCompleteView control in beta. It is intended to replace the existing Autocomplete control addressing the existing limitations and exposing new features at the same time.
- RadTreeView is now official. This release introduces API changes in the control.
- Added Financial series and indicators in the Chart control.
- Added Donut series in the Chart control.
- Introduced scheduling capabilities in the Calendar control.
- Upgraded to Xamarin Forms 3.1.0.697729.
- Introduced new project item templates for login and feedback pages in Visual Studio for Windows.
- Calendar
- Introduced MultiDay view mode with scheduling capabilities.
- Chart
- Added Financial series and indicators.
- Added Donut series.
- Chat
- Added support for typing indicator.
- Added support for time breaks.
- Common
- [Android] Build warnings are produced when referencing Telerik controls.
- DataGrid
- Column's PropertyName property now supports properties of nested objects.
- TreeView
- Added support for loading item children on demand.
- Provided programmatic scrolling API.
- Initially collapsed item does not visualize its expand/collapse indicator.
Fixes
- CheckBox
- The control cannot be checked/unchecked on Samsung Galaxy S7 and S9 devices.
- Common
- A 'Telerik' prefix is added to the keys in BlueResources dictionary of the Blue theme.
- DataForm
- Incorrect current item when changing the bound Source.
- Entry
- [UWP] Text is not visible when the control loses focus.
- ListView
- OutOfMemoryException is thrown when the control is initialized on UWP.
- SideDrawer
- [Android] Java.Lang.IllegalStateException exception is thrown when replacing the MainContent or DrawerContent properties at runtime.
- TreeView
- [iOS] Containers are reused incorrectly.
- Setting the ItemsSource after the control is initialized does not work properly.
- Call to Expand() for item in collapsed parent throws NullReferenceException.
- NullReferenceException is thrown when resetting ItemsSource on iOS.