Currently our nuget solution supports WP silverlight 8.0 which does not complies the most used profile 111 for PCL. Remove the SL WP 8.0 support from the package to comply with the profile.
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.
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
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}"); }
Check the attached image. Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
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.
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
Gauges for Xamarin.Forms
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
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.
Gauges (Linear and Radial) will understand the end-users to easily comprehend data on their mobile devices.
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).
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.
There should be an event which is fired when the rendering is complete.
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.
color for scatter nodes in scatterplot graph
When the density of the labels is too high, the labels are overlapped