Declined
Last Updated: 14 Dec 2020 08:38 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 18
Category: SideDrawer
Type: Feature Request
26
Currently only Views can be hosted in the MainContent. If users can host Pages the RadSideDrawer could be used as root navigation component. This will allow customers to define the RadSideDrawer once throughout the application.
Declined
Last Updated: 01 Oct 2020 08:25 by ADMIN
Created by: Thorsten
Comments: 11
Category: AutoComplete
Type: Feature Request
8
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
Declined
Last Updated: 02 Jul 2019 08:25 by ADMIN
Created by: Safan
Comments: 1
Category: DataGrid
Type: Feature Request
7

Currently in 2019 R2 and earlier, the "options" button at the bottom of the filtering UI allows the user to rearrange and toggle the visibility of columns in the DataGrid.

I request to have a property or setting on the DataGrid or the DataGridColumn that will prevent the user from changing the visibility or ordering of columns. from that UI (just like you can prevent user filtering or user sorting)

Declined
Last Updated: 11 Feb 2019 11:02 by ADMIN
Created by: Marc
Comments: 8
Category: Popup
Type: Feature Request
5

Please add an option to center the Xamarin Popup on the page, both horizontally and vertically.   The popup should not move when pickers (and other similar controls) are opened/closed.

Thank you

Declined
Last Updated: 14 Oct 2019 09:49 by ADMIN
Created by: Emran
Comments: 1
Category: UI for Xamarin
Type: Feature Request
3

Hello, 

Another important control is missing from your Control Suit. That is Rich Text Box control, same like one available from SyncFusion: https://www.syncfusion.com/xamarin-ui-controls/xamarin-richtexteditor

Please give us a rich text editor control like that. Thank you.

Declined
Last Updated: 01 Oct 2020 10:36 by ADMIN
Created by: Clément
Comments: 3
Category: AutoComplete
Type: Feature Request
2
I have a page where many AutoComplete controls are used. Selecting a value in one must select a value in another. We know that this value is selected by setting Text property (through object binding), but by doing this, suggestion view shows up.
I test many tweaks with ShowSuggestionView property, SuggestMode, or whatever, and there is no proper way to achieve the behavior I want.

Regards
Declined
Last Updated: 29 Sep 2020 07:24 by ADMIN
ADMIN
Created by: Yana
Comments: 1
Category: AutoComplete
Type: Feature Request
2

			
Declined
Last Updated: 26 Feb 2018 10:24 by ADMIN
Created by: Shritama
Comments: 2
Category: UI for Xamarin
Type: Feature Request
2
Add markers in line graph.
Declined
Last Updated: 11 Feb 2019 12:59 by ADMIN
Created by: David
Comments: 2
Category: PdfViewer
Type: Feature Request
2
A great first effort! Many thanks!
After some use I do have these suggestions:

1. When User changes LayoutMode the ZoomLevel property changed event should also be fired. I have a Numeric Textbox to adjust viewer ZoomLevel and would like to see its text update on a LayoutMode change. However when LayoutModeChanged fires the ZoomLevel has not yet changed nor does ZoomLevelChanged later fire.
2. The toolbar item for Fit to Width should be a Toggle in all cases, i.e. toggling between Fit Width and Fit Height (or Fit Page) and should be effective at all times (sometimes has no effect if LayoutMode changed to Single Page).
3. The toolbar item to toggle LayoutMode should honor an assignment of its text property.
4. I'm currently using the change in VisiblePagesCount to determine the document is visible. However a "Loaded" event might be even better.
5. I would like to release the viewer's memory of the document before closing the XAML page. An Unload command would be helpful. For now I just assign Source = null.
Declined
Last Updated: 26 Feb 2018 16:33 by ADMIN
Created by: Michael
Comments: 1
Category: UI for Xamarin
Type: Feature Request
2
Please add support for ListViewCachingStrategy to the ListView. It's performance for large collection of items makes it unusable for production.
Declined
Last Updated: 15 Oct 2018 13:29 by ADMIN
Created by: Mano Sadeh
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Add the ability to create a TablView without any header. This could be usful in case you want to host a few ContentView in each tab and change grammatically the select tab.

Also, a SelectedItemIndex property will be useful as well.

Thanks,
Mano
Declined
Last Updated: 23 Oct 2018 06:57 by ADMIN
Created by: Javier
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
When you work with mobile one of the major issues I have found is that the picker does not allow filtering so when you have more than a hundred of items the user can select on but you are displaying a thousand it’s kind of complicated, so a filtered picker would be awesome for developers that are working with Telerik controls
Declined
Last Updated: 15 Aug 2018 13:25 by ADMIN
Created by: Luiz
Comments: 3
Category: UI for Xamarin
Type: Feature Request
1
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/
Xamarin Forms is growing! Does your controls-set plans to grow with it??

I'm currently working on a new project, and had to drop the usage of telerik's products, because its lack of support to other platforms.

What are your plans on this subject?

It would be great if we could have support to (but not limited to): Android, IOS, UWP (Mobile and Desktop "win10"), WPF (For Desktop Applications on win7,8,10), GTK# (Linux) and macOS.

I'm sure I wouldn't be the only one to buy your products if you upgrade yours platforms support.

Thanks!
Declined
Last Updated: 26 Oct 2018 13:51 by ADMIN
Created by: Mano Sadeh
Comments: 3
Category: UI for Xamarin
Type: Feature Request
1
Xamarin.Forms library that allows to have for Google-Map-Like sliding panel from bottom of the screen. 
Declined
Last Updated: 20 Feb 2019 05:42 by Allcloud
Created by: Allcloud
Comments: 3
Category: UI for Xamarin
Type: Feature Request
1

			
Declined
Last Updated: 21 Jun 2018 13:19 by ADMIN
Created by: Oscar
Comments: 2
Category: BusyIndicator
Type: Feature Request
1
Hi. I'm trying to set background color to Transparent but nothing happens. When the radbusyindicator shows up, there is a ugly white backgroundcolor i'm trying to change but I just can't. Help
Declined
Last Updated: 18 Apr 2019 14:39 by ADMIN
Created by: Shalin
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1

Following swipe gesture not fired

<telerikInput:RadCalendar.GestureRecognizers>
               <SwipeGestureRecognizer Swiped="SwipeGestureRecognizer_Swiped" Threshold="10"/>
 </telerikInput:RadCalendar.GestureRecognizers>

when swiping left or right swipe gesture should detect it.

or

when swiping on Multiday calendar add ability to decide swipe how many days back and forth (a property)

 

 

 

 

Declined
Last Updated: 14 Jun 2018 13:55 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Add gesture support to DataGrid, similar to the gestures found in RadListView (reorder, tap and hold, item swipe, pull to refresh, etc).
Declined
Last Updated: 29 Jul 2019 14:36 by ADMIN

I would like to extend my XF project to Windows Presentation Framework (WPF) and MacOs when possible, both now supported by XF.

Request is that Telerik begin to include some work in these areas in its near-future roadmaps.

Declined
Last Updated: 09 Aug 2019 14:24 by ADMIN
Created by: Benjamin
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1

It would be a good to have function to be able to swipe on the header and also to be able to swipe on the content area to go to next tab. 

 

This request is for iOS and Android

1 2 3 4