Unplanned
Last Updated: 22 Aug 2022 06:52 by ADMIN
Created by: Maulik
Comments: 3
Category: ComboBox
Type: Feature Request
16

RadComboBox for .NET MAUI has search feature, however it does not filters the items matching the text, instead it only scrolls to the matching item. We can manually filter the items in the item source but it would be nice to have such filtering built in.

Also we need to highlight the first item that matches the search string. Currently it doesn't seem to be possible. One way could be to select the first item manually which may change the background of the item and give a feel of highlight but that causes problem with selected item because we also need to subscribe to selected item change and do some other processing based on that. If we select item as filter happens then it would trigger selection change multiple times needlessly.

Also it seems that currently RadComboBox dropdown does not have support for keyboard navigation. We need to be able to navigate between items with keyboard up/down arrows so that user can navigate to different items and then press enter to select the highlighted item. This feature might not make sense on mobile but it is needed for desktop platforms.

Let me know if there is already a way to achieve the above behavior.

Completed
Last Updated: 15 Nov 2023 08:59 by ADMIN
Release 6.5.0

It would be nice to have the ability to select different item in the dropdown by keyboard up/down arrows.

This feature probably does not make sense on mobile platforms, but it would be great on desktop platforms.
Completed
Last Updated: 15 Nov 2023 08:59 by ADMIN
Release 6.5.0
Created by: Allen
Comments: 0
Category: ComboBox
Type: Feature Request
12
When is edit mode, provide support for closing the drop-down when enter key is pressed
Unplanned
Last Updated: 22 Jun 2022 07:39 by ADMIN

In RadComboBox, when entering text to filter the items in dropdown, it would be nice to have the first item selected by default that matches the filter and also have the ability to select different item by keyboard up/down arrows.

This feature probably does not make sense on mobile platforms, but it would be great on desktop platforms.

Unplanned
Last Updated: 09 May 2023 16:11 by ADMIN
Created by: Craig
Comments: 3
Category: ComboBox
Type: Feature Request
9
Please open and provide the full control templates so we can full customize the controls.  For example, we want to be able to see the combobox control template so we can customize the dropdown beyond just property value changes.
Completed
Last Updated: 07 Jun 2023 07:41 by ADMIN
Release 5.2.0
Created by: Curtis
Comments: 0
Category: ComboBox
Type: Feature Request
7
I have a Combobox that I want the width of the dropdown to be larger than the input text width.
Completed
Last Updated: 18 Oct 2022 14:33 by ADMIN
Release 3.2.0

Telerik RadComboBox for MAUI looses focus and triggers unfocus event after selecting an item from the dropdown. This behavior works fine on first time page loading. But if we navigate to some other page and then navigate back to the first page then, upon selecting any item from combobox it closes the dropdown but does not loose the focus and hence does not trigger unfocus event.

We are using the unfocus event with event to command behaviour and ultimately triggering a command in viewmodel. This works fine the first time but after navigation it does not work.

Unplanned
Last Updated: 29 Mar 2023 22:20 by Victor
Created by: Scofield
Comments: 1
Category: ComboBox
Type: Feature Request
4
Input Validation Support
Duplicated
Last Updated: 10 Oct 2022 15:41 by ADMIN

It appears that by the amount of problems that I have encountered so far that Telerik UI for .NET MAUI has not been tested at all on IOS.

Your own ControlSamples do not run for IOS.

Anyway..

Next problem.

IOS Specific only.

           <telerik:RadComboBox ItemsSource="{Binding Items}"
                                     Placeholder="Select Status"
                                     IsDropDownClosedOnSelection="True"/>

note that to use the Telerik Custom Controls it is necessary to either add an x:name to each control, or dummy instantiate each one.

This can be done in MauiProgram.cs.

Add line

  _ = new RadComboBox();

 

A runtime error occurs when using telerik:RadComboBox and the application will abort.

2022-08-05 10:24:05.765 Xamarin.PreBuilt.iOS[5889:422588] *** NSForwarding: warning: object 0x2837b0780 of class 'Telerik_Maui_InputElement_RadTextField' does not implement methodSignatureForSelector: -- trouble ahead
2022-08-05 10:24:05.765 Xamarin.PreBuilt.iOS[5889:422588] *** NSForwarding: warning: object 0x2837b0780 of class 'Telerik_Maui_InputElement_RadTextField' does not implement doesNotRecognizeSelector: -- abort

 

 

Duplicated
Last Updated: 27 Jan 2023 08:32 by ADMIN
Created by: Matthew
Comments: 0
Category: ComboBox
Type: Feature Request
4

Hi Team,

Currently, the popup for the RadComboBox doesn't allow you to make it wider than the ComboBox's width (even if you set ItemTemplate to be wider).

The only available properties for styling the "dropdown/popup' are listed here https://docs.telerik.com/devtools/maui/controls/combobox/styling, which happens to include DropDownHeight, but not Width.

This feature request asks you to allow us to set this DropDownWidth via Style, Property, ControlTemplate, or whatever best fit the control architecture.

Thank you,

Matthew

Completed
Last Updated: 21 Dec 2023 13:19 by ADMIN
Release 6.6.0
Created by: Jon
Comments: 0
Category: ComboBox
Type: Bug Report
3
Null Reference exception is thrown when using Native embedding.
Completed
Last Updated: 18 Aug 2023 09:44 by ADMIN
Release 6.1.0

Provide an option to modify the ComboBox so there is no space between the ComboBox and the dropdown.

Declined
Last Updated: 20 Dec 2022 09:09 by ADMIN

The width of RadEntry, RadMaskedEntry, and RadComboBox are the same on windows, android and ios. On mac there is difference when the width of the defined Column is set to * in grid: 

MacCatalyst:

Windows:

 

 

 

 

Declined
Last Updated: 05 May 2023 14:25 by ADMIN
Created by: Teddy
Comments: 1
Category: ComboBox
Type: Feature Request
2

Hi Team,

We have a need for being able to dynamically choose a template for the three available DataTemplate:

Thank you,

Teddy

Completed
Last Updated: 28 Aug 2023 13:01 by Teddy
Release 6.1.0
Created by: Teddy
Comments: 3
Category: ComboBox
Type: Feature Request
2

We would like to be able to override the behavior of the Clear button in the editable combo box.

When the user has started typing into an editable combo box, and they click the Clear button before they've selected another item, we want to revert their text to what was in there before they started typing and keep the previously selected item selected, rather than clearing the text and selected item.

If you can add that functionality, even better, but it should be enough to just expose the Clear button's Click event (with a Cancel param or another way to ensure the text isn't cleared), so we can override the current functionality.

Unplanned
Last Updated: 30 Jan 2024 16:32 by Andrew
If you place an editable ComboBox in a TabView, its DropDown will not close when switching tabs. Just click into the ComboBox input to select an item and navigate to a different tab - the options list stays open.
Unplanned
Last Updated: 22 Feb 2024 12:00 by Jamison
When the ComboBox is placed inside a modal popup, the dropdown can't be closed on WinUI when clicking outside.
Completed
Last Updated: 13 Jul 2022 10:35 by ADMIN
Release Release 2.1.0
When there are multiple ComboBox controls on the screen with IsEditable set to "True". After clicking the combo or typing a keyword the cursor starts blinking as the focus gets stolen. This freezes the application and requires it to be restarted.
Completed
Last Updated: 15 Mar 2023 11:32 by ADMIN
Release 5.1.0
Created by: Scott
Comments: 0
Category: ComboBox
Type: Bug Report
1
DropDown does not measure properly when there is an element before/after the ComboBox. 
Completed
Last Updated: 18 Jan 2023 12:30 by ADMIN
Release 5.0.0

I want to reset the scroll position because in our implementation, we have filter buttons that when clicked, fetch a new list from our web API. 

It appears that the scroll position is being saved when a new list is assigned while the ComboBox is not focused.

1 2