Completed
Last Updated: 26 Feb 2018 10:56 by ADMIN
Completed
Last Updated: 26 Feb 2018 10:59 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Completed
Last Updated: 21 Jun 2017 11:19 by ADMIN
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Unplanned
Last Updated: 09 Apr 2020 14:54 by ADMIN
Created by: Tim
Comments: 8
Category: UI for Xamarin
Type: Feature Request
16
Hi Telerik,

In short, google is currently working on their Skia-based flutter.io crossplatform development tool. Why don't google copy their widget principles and market it for Xamarin.Forms?

The fluter.io widgets have NO connection to the platforms own controls. And why should they? Google argue that this is no longer a requirement. Most price-winning apps have custom UI anyway.

This platform tie, is the achilles-heal of Xamarin Forms. It is super difficult to keep the Xamarin.Forms framework robust and stable as the platforms underneath expand and change. Crack and crevices will form and as developers we are in a constant state of torment.

I know. I've been working with Forms since it first came out.

So. Telerik. Sever the tie to the platforms controls. Build a complete and standalone skia/flutter component set for Forms. Complete with support for XAML, Bindings, Animations, etc. 

Porting them to Tizen, Mac and other platforms should be "easy".  
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: 21 May 2018 13:12 by ADMIN
ADMIN
Created by: Rosi
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0
Component for Xamarin.Forms for reading capabilities.
Completed
Last Updated: 21 Jun 2017 11:18 by ADMIN
Available in minor release 2017.2.0602. It will also be available in the R2 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: 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.
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.
Declined
Last Updated: 15 May 2017 08:12 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
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>
Completed
Last Updated: 21 Jan 2021 11:26 by ADMIN
Release R1 2021
Created by: Christian
Comments: 2
Category: UI for Xamarin
Type: Feature Request
15
The TabView control should support a swipe event to change the active item. Similar to the ListView with the IsItemSwipeEnabled-property.
Completed
Last Updated: 26 Feb 2018 10:33 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: UI for Xamarin
Type: Bug Report
4
If the source data has only zero values initially, when the values are changed, the chart does not update its axis range.

Available in minor release 2017.3.927. It will also be available in the 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

			
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: 04 Apr 2017 15:17 by ADMIN
When using TKDataFormMultilineTextEditor can not set the hint text
Unplanned
Last Updated: 27 Feb 2018 10:45 by ADMIN
Completed
Last Updated: 27 Jun 2017 10:15 by ADMIN
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: 30 Mar 2017 07:28 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
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.