The trackball highlights incorrect set of points when the DateTimeContinuousAxis has MajorStepUnit set to hour and MajorStep set to 24.
Only the axes are zoomed, but series are not clustered and the zoom has no effect on them. This happens only on device, on emulator it works fine.
When the user navigates from a detail page containing RadCalendar control the app crashes with System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
When using TKDataFormMultilineTextEditor can not set the hint text
Provide the ability to Center tab items horizontally. Note: This is already implemented, just set the HorizontalOptions of the header item to Center: <telerikPrimitives:TabViewItem> <telerikPrimitives:TabViewItem.Header> <telerikPrimitives:TabViewHeaderItem Text="Home" HorizontalOptions="Center" /> </telerikPrimitives:TabViewItem.Header>
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Component for Xamarin.Forms for reading capabilities.
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Available in the R2 2017 PS release.
The Value property is not updated when users tap on a ratingItem, the ValueChanged event is not triggered as well. Available in the R2 2017 PS release.
In a scenario where the ViewModel is declared in Xamarin.Forms project and the ListView is bound to an ObservableCollection, calling NotifyDataSetChanged on the Android Adapter does not cause the ListView to update its Items. You need to explicitly set the Items property of the ListViewAdapter to be the modified collection of items.
Allow mouse interactivity with any shape - polygons as well as primitives like ovoids & simpler polygons (triangles, squares, stars ...).
When you have zoomed the initial view of the chart and you try rotating the screen - the dates are changed
When the density of the labels is too high, the labels are overlapped
When you have set the PlotMode to BetweenTicks and try to zoom the Chart, some unnecessary blank gaps are added to the sides of the chart. Respectively, the more you zoom - the bigger the spaces become.