Add support for doughnut charts Available in R3 2018 release. For more info on the donut series refer to: https://docs.telerik.com/devtools/xamarin/controls/chart/series/pie/donut-series
Runtime exception: Java.Lang.RuntimeException: Font asset not found Fonts/telerikfont.ttf, when trying to access any page with controls that use telerikfont, like AutoCompleteView, TreeView, etc.
Already available for MultiDayView
Customizable busy indicators that allow the end-user to understand that an operation is taking place at the moment will be a great addition to the suite. More information on the BusyIndicator control you can find here: http://docs.telerik.com/devtools/xamarin/controls/busyindicator/busyindicator-overview
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.
TreeView control similar to the UI for WPF suite. Available in R2 2018 release. More information can be found here: https://docs.telerik.com/devtools/xamarin/controls/treeview/treeview-overview
An image supporting SVG would be nice (or is there any ?)
There are also many developers looking for SVG support on Xamarin forums so I think there is really a market for it!
Best regards,
Werner Geiseder
April 2020 Deadline
Apple will no longer accept applications published with anything less than Xamarin.Forms 4.5 after April 2020.
This is due to the UIWebView flag that is in Xamarin.Forms 4.4 and earlier
ITMS-90809: Deprecated API Usage- Apple will stop accepting submissions of apps that use UIWebView APIs starting from April 2020 .
Please visit this documentation for full explanation. Just to share the highlights, Telerik UI for Xamarin will need to:
UIWebView
– Your code should not have any references to UIWebView
or any classes that make use of UIWebView
.There seems to be 2 issues with Telerik ui for xamarin and Xamarin.AndroidX.Core versions 1.3.2.2 and newer where A) Linker seems to be failing when set to "Sdk Assemblies Only" on Visual Studio 16.9.0.
The other issue is with Telerik RadListView and same AndroidX.Core at runtime I am getting the following exception:
System.TypeLoadException: 'VTable setup of type Telerik.XamarinForms.DataControlsRenderer.Android.ListViewAccessibilityDelegateCompat failed'
Please advise
There is currently no Video control and all of the 3rd party ones are weak at best. Adding a video player control with full screen and subtitling/captioning that is cross platform would be a huge benefit to the Xamarin Forms community.
Hi there,
We're struggeling with the radentry control. For login purposes we use one for the password and one for the email. When we set IsPassword=true this does show dots instead of words, but some basic stuff isn't working.
1) The normal entry with IsPassword=true does also hide the suggestion tab that is above the keyboard. We also tried hiding this with other settings but to no result. This control should also hide suggestions since it is a password and we don't want to cache this in any way.
2) When we replace the radentry password field with a xamarin entry password field (so set IsPassword=true on both) then we also get the password fill option. In this case Samsung keypass. I imagine if people are using autofillers such as samsung, google, or something else, that this should also work since i'm stating the field is a password field.
Tested on android with multiple devices.
Thanks in advance!
Martijn
Do you have plans to develop controls for the UNO platform?
There are other companies that have already stated that they are working on it, for example,
https://www.syncfusion.com/blogs/post/collaboration-syncfusion-uno-platform.aspx
A good addition to the suite would be a textbox control that can be made read-only, while still offering text selection and the ability to copy text from it.