Declined
Last Updated: 06 Feb 2017 13:09 by ADMIN
Created by: Lakmal
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Hi,

Currently I'm evalating test automation tools for our xamarin project.Our first to develop an app for ios. We need to run in xamarin test cloud. Do you support it?

thanks
Completed
Last Updated: 21 Jun 2017 12:18 by ADMIN
The gauge uses the SkiaSharp engine for rendering. The SkiaSharp draws in true device pixels, and the gauge works with device independent pixels. In order to paint the gauge with the expected size, a scaling factor needs to be provided. It appears that this scaling factor is incorrect in Android and the gauge is slightly larger than it should be.
Completed
Last Updated: 27 Jun 2017 10:13 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 1
Category: UI for Xamarin
Type: Bug Report
1
When the source is changed or data descriptor is added, selected items are not cleared on iOS.
Unplanned
Last Updated: 26 Feb 2018 09:50 by ADMIN
ADMIN
Created by: Rosi
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
A SpreadSheet control for visualizing spreadsheet documents
Declined
Last Updated: 30 Oct 2017 17:03 by ADMIN
Created by: Fabricio
Comments: 2
Category: UI for Xamarin
Type: Feature Request
1
ListView: Concealed Search input that reveals after pull down gesture at the top of the list and its purpose is to filter the contents of the ListView. 
Unplanned
Last Updated: 28 Feb 2017 08:47 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
UI for Android and UI for iOs both have Feedback controls, however UI for Xamarin does not.

I would like to see this added to UI for UWP and subsequently offered in UI for Xamarin.
Completed
Last Updated: 09 Apr 2020 15:50 by ADMIN
I want to easily create a nice looking profile page, news page, and etc by using a template just like what I can do using bootstrap script and css in html
Completed
Last Updated: 18 Oct 2017 15:02 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Bug Report
1
If users change the ItemsSource of the control at runtime an exception occurs.

Edit: Avalable in R3 2017 SP release.
Unplanned
Last Updated: 27 Feb 2018 10:45 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1

			
Unplanned
Last Updated: 03 Apr 2018 11:29 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
Currently the LinearGauges are only available in Xamarin.Forms - add the control for Xamarin.Android too.
Completed
Last Updated: 27 Sep 2017 12:34 by Tejas
ADMIN
Created by: Rosy Topchiyska
Comments: 1
Category: UI for Xamarin
Type: Bug Report
1
If only a small range of all data points is displayed, e.g. all data range is 1 year, but the displayed range is 1 day, the series get blurred on UWP. See the attached image.

Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Completed
Last Updated: 26 Feb 2018 10:53 by Amitesh
Check the attached image.

Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Completed
Last Updated: 21 Jun 2017 11:18 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
Upgrade android appcomat and support libraries to v. 25.1.0

Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Completed
Last Updated: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
When you have declared a custom GroupHeaderTemplate and the total height of the elements within it is bigger than the pre-allocated one - the content is visualized on top of the group's items.
Completed
Last Updated: 06 Mar 2018 14:03 by ADMIN
When configuring different layouts with images of different length and switching between them, the images are displayed incorrectly - in both layouts there are images with different length.
Available in the R3 2017 release.
Declined
Last Updated: 26 Feb 2018 10:53 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Currently, the AutoCompleteBox's Tokens property is of type Collection<object>, this presents a problem when adding and removing items programmatically as there is no observability.

When an item is added or removed, the UI is not updated even though the token s collection has been. 

Here is a simple repro:

private void RadListView_OnItemTapped(object sender, ItemTapEventArgs e)
{
    // For this example e.Item is of type string

    (autoComplete.Tokens as Collection<object>)?.Add(e?.Item);

    // Item is added, but UI is not updated
    Debug.WriteLine($"Tokens count: {(autoComplete.Tokens as Collection<object>)?.Count}");
}

Completed
Last Updated: 03 Apr 2018 12:04 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1

			
Completed
Last Updated: 18 Jan 2019 14:42 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 4
Category: UI for Xamarin
Type: Feature Request
1

			
Completed
Last Updated: 21 May 2018 13:29 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
Available in the R2 2018 release.
Unplanned
Last Updated: 18 Sep 2017 07:38 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
Implement  a component that can be used as button, themes with Telerik theme and can host templated content.