Unplanned
Last Updated: 26 Feb 2018 10:55 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI for Xamarin
Type: Feature Request
2
Currently, there is NuGet distribution via local files and server. However, they are only for Xamarin.Forms. There should be packages and server enablement for the Xamarin.iOS and Xamarin.Android platforms.
Declined
Last Updated: 26 Feb 2018 10:54 by ADMIN
Created by: Prashant
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
Current behaviour is that only 1 month is shown in the view when the calendar is in month view. We need to have continous month view scroll where multiple months are visible in the view while scrolling depending on the height or multiplemonths =2 property
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: 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: 26 Feb 2018 10:52 by Elad
Created by: Elad
Comments: 1
Category: UI for Xamarin
Type: Feature Request
3
add support for ListView to enable load on demand for forms version,
also enable pre-load in background option so the user will not have to wait while scrolling down for new results to append.
Completed
Last Updated: 26 Feb 2018 10:48 by ADMIN
Completed
Last Updated: 26 Feb 2018 10:47 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: UI for Xamarin
Type: Feature Request
2
Implement built-in legend for the chart.
Available in the R3 2017 release. More information you can find here: http://docs.telerik.com/devtools/xamarin/controls/chart/features/chart-legend
Completed
Last Updated: 26 Feb 2018 10:47 by Pedro
Created by: jixc2008 jixc2008
Comments: 1
Category: UI for Xamarin
Type: Feature Request
2
Gauges for Xamarin.Forms
Completed
Last Updated: 26 Feb 2018 10:46 by Jon
ADMIN
Created by: Nikolay
Comments: 1
Category: UI for Xamarin
Type: Feature Request
16
A GridView control will be a great addition to the suite. It should offer:
- Multiple columns
- Sorting
- Filtering
- Grouping
- Conditional Formatting
- User interactions

Available in the R3 2017 release. More information you can find here: http://docs.telerik.com/devtools/xamarin/controls/datagrid/getting-started/getting-started
Completed
Last Updated: 26 Feb 2018 10:46 by lyndon
Created by: lyndon
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0
I'm looking to develop a cross platform (ios and droid) app requiring the heavy use of gauges.  Currently, you only offer your gauges product for ios.  It would be nice if you offered it for either android, or even better, as a PCL Xamarin forms component.
Completed
Last Updated: 26 Feb 2018 10:46 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI for Xamarin
Type: Feature Request
3
Gauges (Linear and Radial) will understand the end-users to easily comprehend data on their mobile devices.
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

			
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).
Completed
Last Updated: 26 Feb 2018 10:45 by ADMIN
Completed
Last Updated: 26 Feb 2018 10:43 by ADMIN
ADMIN
Created by: Nikolay
Comments: 6
Category: UI for Xamarin
Type: Feature Request
8
A great addition to the Calendar for Xamarin.Forms will be a Day View (Schedule View) where you can observe your appointments in a time-table.
Completed
Last Updated: 26 Feb 2018 10:41 by ADMIN
ADMIN
Created by: Nikolay
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
There should be an event which is fired when the rendering is complete.
Unplanned
Last Updated: 26 Feb 2018 10:40 by Preetham Reddy
ADMIN
Created by: Nikolay
Comments: 1
Category: UI for Xamarin
Type: Feature Request
5
There is a need for a WebView with embedded address bar. The scenario where this will be useful is an app that redirects to certain web pages without going out of the app, so these pages should be navigated within the app with a WebView containing the address bar.
Declined
Last Updated: 26 Feb 2018 10:35 by ADMIN
Created by: Shritama
Comments: 2
Category: UI for Xamarin
Type: Feature Request
0
color for scatter nodes in scatterplot graph
Unplanned
Last Updated: 26 Feb 2018 10:34 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
When the density of the labels is too high, the labels are overlapped
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.