When you need to apply some customizations for the labels in iOS and you have created a custom renderer, the LabelFormat initially set is lost and you need to explicitly update the text of the Label.
When you have set a custom palette in order to modify the colors of the chart, the Palette property of the series.Style does not represent the custom palette.
https://drive.google.com/file/d/0BzMkrUMZyQ6FWC1scXZVTmhVOEk/view?usp=sharing
Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
When creating a Xamarin.Forms solution using the Telerik project wizard, the individual projects are not named properly. See the attached screenshots for reference: Screenshot1 - File > New, where I named the solution "MySolutionName" Screenshot2 - After project generation, the individual projects are still using "Telerik.Xamarin.XXX" when it should be "MysolutionName.Mobile.XXX"
When you install the Progress Telerik UI For Xamarin application on an iOS Device, navigate to some example and try to view its code - the application hangs. The issue is fixed in the latest version of the application.
Currently, you need to create a separate class for each binding. We should consider improving the behavior so that no such overhead is required from the users.
Currently, the parameter names are not descriptive but names like p0, p1, etc. are being used.
Add view mode showing Quarters, just like the month view mode.
Available in the R3 2018 SP release.
When the AUtoComplete is bound to an ObservableCollection and you add/remove items from the collection -> the changes are not applied in the AutoComplete in iOS and Android. The UWP implementation works as expected. Available in minor release 2017.3.1214. It will also be available in the R1 2018 release.
An exception is thrown when the AutoComplete is hosted inside a horizontal StackLayout.
Currently, the native wrappers are suited to work directly with classes that implement Java.Lang.Object and customers should provide such in common scenarios. We should consider improving the wrappers so all of them can work directly with CLR objects.
If the control is hidden when initializing and then on a later stage is visualized, it hangs.
If you have set MaxDate in the Calendar and you swipe the view to see the previous month, it is not possible to navigate back to the month that has the MaxDate. If you change the month through the MonthView -> everything starts working. Available in the 2018 R2 SP release.
Workaround: Use the Small Percentage(http://www.fileformat.info/info/unicode/char/FE6A/index.htm) or Fullwidth Percent Sign(http://www.fileformat.info/info/unicode/char/ff05/index.htm).
If you set both properties, the background color stands on top of the image. Available in minor release 2018.1.202. It will also be available in the R1 2018 SP release.
Currently, the project template generates a PCL that uses an App.cs. Most developers who use XAML prefer to have an App.xaml in order to use global resources (or the Telerik Theming mechanism). Please consider adding a checkbox to the Project Wizard that lets you choose between using [App.xaml/App.xaml.cs] or [App.cs]