Declined
Last Updated: 25 Aug 2021 06:53 by ADMIN
Created by: Mark
Comments: 4
Category: UI for Xamarin
Type: Feature Request
0
Would like an alternative date picker.  This would allow you to choose a date from a monthly calendar instead of scrolling month, date, or year.  It would be similar to the web version.
Declined
Last Updated: 01 Oct 2020 13:16 by ADMIN

A few things are missing from Xamarin RadSideDrawer. Here's some we found in Android docs, unavailable on Xamarin Forms (and currently causing us issues that require rethinking the app's workflow, as we really needed a drawer that stays fully locked and cannot be dismissed by the user).

 

drawer.TapOutsideToClose

drawer.CloseOnBackPress

drawer.IsLocked 

Declined
Last Updated: 17 Aug 2020 07:08 by ADMIN
Created by: Abhishek
Comments: 1
Category: TabView
Type: Feature Request
1

Hi Team,

As we need to show loading spinner on Tabview so require property IsBusy or Isloading on Tabview. We are doing dynamic Tab header binding as per api response. Tab should be locked till loading spinner is showing on UI.

Regards

Abhishek Kesarwani

Declined
Last Updated: 22 May 2020 11:41 by ADMIN
Created by: Ryan
Comments: 1
Category: DateTimePicker
Type: Feature Request
0
I see there is a clear event but there isn't a button built on the control to allow the user to clear the selected values.  This would allow for the control to be used as a nullable date time. 
Declined
Last Updated: 04 May 2020 12:57 by ADMIN

Note : this might be a bug and maybe a fix would be better than a feature request.

 

I have a rad segmented control which is binded to a collection of 2 items.

The 2 items are well displayed without being cut off because there is a lot of space.

But on loading, the control shows a scrollbar for 1 or 2 sec even if there is enough space. I think the scrollbar is inside the SementedControlItem not the control itself as I can see some space between the two items, as there was 2 items then 2 scrollbars

I havn't tried on iOS, this scenarios occurs on Android.

 

Suggestion :

Add a property like the scrollView to hide always the scrollbar.

See the attached picture to see it in action.

Declined
Last Updated: 10 Feb 2020 15:47 by ADMIN
Created by: Dev
Comments: 3
Category: ConversationalUI
Type: Feature Request
1

RadChat has an InputAreaBackgroundColor property, but it would be nice to be able to have full control over the UI of the entire input area. For example, I have the following UI from my designers that I cannot currently implement using RadChat:

Adding an InputAreaControlTemplate would be much appreciated.

Declined
Last Updated: 24 Jan 2020 09:10 by ADMIN

The DataGrid has the ability to add custom controls to the cell via Template columns; however, the contents of the cell are always visible and there is no way to distinguish between editing and display modes like you can with the type data columns. Furthermore, it may be desirable to create custom column types as the reusability would be easier than using a template or a template selector.

Currently, the DataGrid columns are public and unsealed; however, much of their internals are marked as internal. For example, overriding the CreateCellArranger method would allow custom editor types when the cell is edited. This would require exposing the CellArranger base classes as well.

Please mark more of the internals as public so that truely custom DataGridColumns can be created.

Declined
Last Updated: 20 Nov 2019 09:47 by ADMIN
Created by: Sharon
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0

It would be great to have controls to enter an IP Address and a MAC address.

IP Address in the form of: ###.###.###.### where the # ranges from 0 to 255 for each octet.

MAC address in the form of: ##-##-##-##-##-## where the # ranges in hex from 00 to FF. 

Declined
Last Updated: 29 Oct 2019 20:17 by ADMIN
Created by: Craig
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
When working with dynamic data, the datagrid is rendered useless as there is no support for binding to a DataTable. 
Declined
Last Updated: 25 Oct 2019 08:34 by ADMIN
Created by: yl
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1

The "Scrolled" event is such a essential feature.

For example, i made a floating searchbar with transparent frame, and a RadListView with HeaderTemplate that is longer than a screen of the device, i would like to detect whether the listview has scrolled for more than 10px vertically. If yes, set the background of the frame of the searchbar to my desired color.Xamarin.Forms, collectionview, listview, and scrollview has Scrolled event, but why RadListView does not? Using ItemAppearing event is just avoiding the problem instead of solving it. It will not be able to fulfill the criteria as the any item does not even enter the screen yet before the required task need to be done.

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: 04 Oct 2019 14:27 by ADMIN
Created by: shanthu
Comments: 1
Category: ConversationalUI
Type: Feature Request
1

Currently, the HealthcareAssistant demo is lacking in features. For example there are no pickers or any commonly used cards.

Although the TravelAssistant demo does have these features implemented, we would specifically like to see the HealthcareAssistant implementation of them. As it is now, we find it lacking and not a helpful demonstration.

To illustrate what I mean, please refer to the attached screenshot as just one of the possible responses that not currently covered by the example.

Thank you.

Declined
Last Updated: 27 Sep 2019 06:39 by ADMIN
Created by: Dave
Comments: 1
Category: ListView
Type: Feature Request
1

The UI for UWP ListView has a great feature that lets you define a string (or a DataTemplate) that the ListView will show where there are no items in the ItemsSource via the EmptyContent property.

Please add this for the UI for Xamarin RadListView.

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

Declined
Last Updated: 01 Aug 2019 12:16 by ADMIN
Created by: Collin
Comments: 1
Category: ConversationalUI
Type: Feature Request
0
Please add pull to refresh support for the conversational UI. I am aware that the the RadListView supports pull to refresh however the ChatListView implemented by the Conversational UI does not.  
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: 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: 19 Jun 2019 10:35 by ADMIN
Created by: Uday
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0

Hello Team,

 

 

                     Currently we are working with Telerik xamarin forms application,We are using radlistview.I want to scroll and select item with up and down arrow keys.Can we have any sample on this.

 

 

 

 

Thanks & regards

Uday raj

Declined
Last Updated: 16 Sep 2019 07:49 by ADMIN
Created by: Carlos
Comments: 2
Category: Map
Type: Feature Request
1

Dear,
It would be interesting if the map control could read a shapefile or kml file and visualize the shapes, besides exporting the modifications of the map (shapes) to a shp format.

 

Best regards.

Carlos Palomino
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)

 

 

 

 

1 2 3 4