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.
Investigate the options for exposing API for controlling the scroll position of the ListView. The feature can be implemented on the different platforms through custom renderers: Android: http://docs.telerik.com/devtools/android/AndroidControlsDoc/com/telerik/widget/list/RadListView.html#scrollToPosition(int) iOS: http://docs.telerik.com/devtools/ios/api/Classes/TKListView.html#//api/name/scrollToItemAtIndexPath:atScrollPosition:animated: UWP: ScrollItemIntoView() Available in the R1 2018 SP release. More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-scrolling
Already available for MultiDayView
Hi
I have a radcheckbox whose checked value is set on my view model, it is bound oneway. My View model implements INotify.
When my viewmodel updates the property, the ui does not update. If i set the mode to TwoWay the ui reflects accordingly. I have a converter linked to this same property on another object hence I can't set TwoWay Binding to achieve this(Not included in the sample). The checkbox will just be displaying a state and never be updated by the user
I have tested on iOS and UWP. Have not verified on Android currently, but will require this in future.
Attached is a sample project.
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
Ref# 1106424. We are using Kendo Scheduler in our Web application to show the recurring appointments. Similarly, We need the Recurring appointments to the RadCalendar for Xamarin.Forms in Mobile to aligned with Android and IOS.
Currently it is not possible to initialize the tokens of the autocomplete so the UI shows already selected tokens. This is necessary to use the control for a CREATE/EDIT scenario. Example: - Create an event (party) and select all the friends from the autocompelte (another issue is that already selected tokens cannot be removed from the suggestion list) - Save the event - Edit the event => now you would need to see the already selected friends so you can add and remove some
The Android and iOS versions of the control support multiple and range selections. We should consider embedding such features in the Xamarin.Forms control as well. Links to the features in iOS and Android: - Android Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/android/calendar/calendar-selection - iOS Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/calendar/selection