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: 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 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: 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: 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: 29 Sep 2020 07:24 by ADMIN
ADMIN
Created by: Yana
Comments: 1
Category: AutoComplete
Type: Feature Request
2

			
Declined
Last Updated: 29 Sep 2020 07:13 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: AutoComplete
Type: Feature Request
0

			
Declined
Last Updated: 28 Sep 2020 09:24 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 1
Category: AutoComplete
Type: Feature Request
0
In addition to the string property for NoResultsMessage, add support for using a DataTemplate as well.
Declined
Last Updated: 28 Sep 2020 09:18 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: AutoComplete
Type: Feature Request
0

			
Declined
Last Updated: 28 Sep 2020 09:08 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: AutoComplete
Type: Feature Request
0
Similar to the UWP AutoCompleteBox functionality - http://docs.telerik.com/windows-universal/controls/radautocompletebox/features/autocompletebox-webservice-support
Declined
Last Updated: 28 Sep 2020 08:27 by ADMIN
Currently SuggestionView is displayed when the text is updated and the control is focused. There are cases when users need to explicitly set the Text of the control and open the view with the filtered items.
Declined
Last Updated: 28 Sep 2020 08:22 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 3
Category: AutoComplete
Type: Feature Request
1
Currently users are not aware when a token gets selected/deselected.
Declined
Last Updated: 28 Sep 2020 07:54 by ADMIN
ADMIN
Created by: Yana
Comments: 1
Category: AutoComplete
Type: Feature Request
1
Allow users to define custom filtering logic, for example, to search in a few properties.
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: 04 May 2020 12:34 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 3
Category: SegmentedControl
Type: Feature Request
0
When there are more items than can be fit in a horizontal space, allow an opt-in feature to allow horizontal scrolling instead of cutting off the labels
Declined
Last Updated: 07 Apr 2020 10:42 by ADMIN
Allow mouse interactivity with any shape - polygons as well as primitives like ovoids & simpler polygons (triangles, squares, stars ...). 
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.

1 2 3 4