Allow customers to easily take the user input and trigger custom searching algorithm and assign the results to the ItemSource of the AutoComplete. Available in R3 2018 release as part of the feature-set of the new and improved RadAutoCompleteView control, for more details refer to: https://docs.telerik.com/devtools/xamarin/controls/autocompleteview/autocompleteview-overview
The text can be used to show why the application is busy. Available in the R2 2018 release.
Introduce ability to programmatically begin a cell swipe to reveal the SwipeContentTemplate. An example use case: tapping a vertical ellipsis button (context menu style) in cell template.
Currently the SelectedItems collection does not support two way binding. Expose API to support two way binding.
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
Add localization for DisplayOptions data annotation.
We should consider adding one or more events related to the selection of the TabView control.
Currently, all groups are expanded by default. We should expose methods to collapse/expand certain groups. Furthermore, CollapseAll, ExpandAll groups should be considered as well.
By default, the RadCalendar in DayView mode starts at midnight which is not very intuitive for all scenarios. The native controls expose APIs to control the starting time so we can consider exposing StartTime/EndTime properties for the users to control.
Implement a Keyboard property which will allow users to set the virtual keyboard according to the expected input
Expose an IsEnabled property for editors that can be toggled after DataForm is rendered. Currently, only Data Annotations can determine whether or not a property's editor is read-only. If a specific editor's read only state needs to be changed dynamically (e.g. due to a selection in another editor), you would need to completely reload the DataForm.
Occasionally the DataGrid horizontal scrolling does not work properly after changing its ItemsSource. Still, tapping on any item, make it possible to scroll again.
Add a new image cropper control, which allows users to drag/zoom a selected image within a defined frame, so that the resulting image has a defined width and height. This should offer an experience similar to the Facebook app's screen for adding/updating your profile photo. The control should display the non-selected area of the photo with configurable opacity settings, and optionally allow for a resulting circular image.
I have an custom column extending "DataGridTextColumn". This column overrides "CreateGroupDescriptor" methods and returns an instance of "DelegateGroupDescriptor". Once we group items in this column it can never be cleared/un-grouped.
Any help would be heighly appreciated. Thanks in advance.