Unplanned
Last Updated: 26 Feb 2018 10:56 by ADMIN
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. 

Unplanned
Last Updated: 26 Feb 2018 10:33 by ADMIN
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.

Completed
Last Updated: 18 Oct 2017 14:55 by ADMIN
https://drive.google.com/file/d/0BzMkrUMZyQ6FWC1scXZVTmhVOEk/view?usp=sharing
Completed
Last Updated: 21 Jul 2017 14:21 by ADMIN
Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
Completed
Last Updated: 26 Feb 2018 10:56 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
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"
Completed
Last Updated: 26 Feb 2018 10:57 by ADMIN
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.
Unplanned
Last Updated: 18 Jul 2017 13:17 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0
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.
Unplanned
Last Updated: 26 Jul 2017 06:18 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0
Currently, the parameter names are not descriptive but names like p0, p1, etc. are being used.
Unplanned
Last Updated: 21 Jul 2017 10:08 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0
Add view mode showing Quarters, just like the month view mode.
Completed
Last Updated: 18 Oct 2018 11:46 by ADMIN
Available in the R3 2018 SP release.
Unplanned
Last Updated: 27 Feb 2018 10:46 by ADMIN
Completed
Last Updated: 14 Dec 2017 13:26 by ADMIN
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.
Unplanned
Last Updated: 26 Feb 2018 10:26 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: UI for Xamarin
Type: Bug Report
0
An exception is thrown when the AutoComplete is hosted inside a horizontal StackLayout.
Unplanned
Last Updated: 25 Oct 2017 12:55 by ADMIN
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.
Unplanned
Last Updated: 26 Feb 2018 10:25 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
If the control is hidden when initializing and then on a later stage is visualized, it hangs.
Completed
Last Updated: 20 Jun 2018 14:14 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
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.
Unplanned
Last Updated: 26 Feb 2018 10:46 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
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).
Unplanned
Last Updated: 26 Feb 2018 10:46 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0

			
Completed
Last Updated: 26 Feb 2018 09:49 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
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.
Completed
Last Updated: 03 Aug 2018 06:46 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
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]