Completed
Last Updated: 01 Dec 2018 11:14 by Laron Walker
ADMIN
Created by: Pavel R. Pavlov
Comments: 11
Category: AutoComplete
Type: Feature Request
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
Completed
Last Updated: 21 May 2018 13:04 by ADMIN
The text can be used to show why the application is busy. Available in the R2 2018 release.
Unplanned
Last Updated: 26 Feb 2018 10:54 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Feature Request
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.
Unplanned
Last Updated: 17 Mar 2019 00:39 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ListView
Type: Feature Request
Currently the SelectedItems collection does not support two way binding. Expose API to support two way binding.
Unplanned
Last Updated: 07 Mar 2019 07:12 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: DataGrid
Type: Feature Request
 
Unplanned
Last Updated: 22 Jun 2020 13:34 by Michael Blanchet
Currently RadCheckBox follows the guidelines of the operating system, meaning that on iOS it is visualized as circle and on Android and UWP - as square.
Completed
Last Updated: 19 Feb 2020 16:04 by ADMIN
Release R1 2020 SP1
Created by: Safan
Comments: 0
Category: TreeView
Type: Bug Report
When you have longer text shown in TreeView items and it is wrapped in 2 or 3 rows, the text is clipped incorrectly.
Completed
Last Updated: 15 Jan 2020 12:12 by ADMIN
Release R1 2020
While changing the orientation on mobile device to portrait or landscape, the columns' size is not calculated properly and the columns overlap on one another.
Completed
Last Updated: 13 May 2020 14:17 by ADMIN
Release R2 2020
Provide a way to associate a FilterDescriptor with a TemplatedColumn
Completed
Last Updated: 04 Oct 2019 14:45 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
With the current implementation of the control you can enter all symbols, so provide an option to change the keyboard type. 
Completed
Last Updated: 17 Sep 2018 13:15 by ADMIN
ADMIN
Created by: Ves
Comments: 5
Category: UI for Xamarin
Type: Feature Request
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
Completed
Last Updated: 25 Jan 2019 10:27 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 10
Category: DataForm
Type: Feature Request
Add localization for DisplayOptions data annotation.
Unplanned
Last Updated: 11 Mar 2022 19:47 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 5
Category: TabView
Type: Feature Request
We should consider adding one or more events related to the selection of the TabView control. 
Completed
Last Updated: 19 Nov 2019 12:05 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
ADMIN
Created by: Stefan Nenchev
Comments: 7
Category: DataForm
Type: Feature Request
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.
Completed
Last Updated: 22 Jan 2019 12:40 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 7
Category: Calendar & Scheduling
Type: Feature Request
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.
Completed
Last Updated: 24 Feb 2021 15:58 by ADMIN
Release R1 2021 SP1
ADMIN
Created by: Yana
Comments: 4
Category: MaskedInput
Type: Feature Request
Implement a Keyboard property which will allow users to set the virtual keyboard according to the expected input
Unplanned
Last Updated: 31 Dec 2019 14:27 by Shade
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 11
Category: DataForm
Type: Feature Request
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. 
Completed
Last Updated: 19 Jul 2023 14:23 by ADMIN
Release R2 2023 SP1
Occasionally the DataGrid horizontal scrolling does not work properly after changing its ItemsSource. Still, tapping on any item, make it possible to scroll again.
Completed
Last Updated: 26 Sep 2019 08:21 by ADMIN
Release R3 2019
Created by: Marc
Comments: 6
Category: ImageEditor
Type: Feature Request

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.

Unplanned
Last Updated: 16 Apr 2019 12:42 by ADMIN

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.