Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 7.0.0 (2024 Q2)
If I use RadCombBox on a ContentPage, this page is never released - this happens only on Android.
Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 7.0.0 (2024 Q2)
Created by: Holger
Comments: 1
Category: ComboBox
Type: Feature Request
1
The RadEntry control has IsSpellCheckEnabled property. Disable the spell check by default for the RadComboBox control
Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 7.0.0 (2024 Q2)
I want to achieve the dropdown size dynamically based on the item count. I would also like to set a maximum height, so if more items are loaded, the dropdown should be scrolled to that size.
Completed
Last Updated: 21 Dec 2023 13:19 by ADMIN
Release 6.6.0
If a RadComboBox is used as an ItemTemplate for a ListView or CollectionView on MacCatalyst, the application crashes every time you attempt to open the dropdown with the following exception:

System.InvalidOperationException: Event registration is overwriting existing delegate. Either just use events or your own delegate: Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewDelegator`2[Microsoft.Maui.Controls.ReorderableItemsView,Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewController`1[Microsoft.Maui.Controls.ReorderableItemsView]] UIKit.UIScrollView+_UIScrollViewDelegate
   at UIKit.UIApplication.EnsureEventAndDelegateAreNotMismatched(Object del, Type expectedType)
   at UIKit.UIScrollView.EnsureUIScrollViewDelegate()
   at UIKit.UIScrollView.add_Scrolled(EventHandler value)
   at Telerik.Maui.Controls.RadPopup.SetPopupIsOpen(Boolean value)
   at Telerik.Maui.Controls.RadPopup.UpdatePopup()
..................
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: 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
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.

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.

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: 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: 15 Mar 2023 11:30 by ADMIN
Release 5.1.0

Reduce the space between the text and the X button.

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.

Completed
Last Updated: 10 Nov 2022 15:38 by ADMIN
Release 4.0.0

When setting SelectedItem and using static data for the ItemsSource, Layout cycle detected. Layout could not complete exception is thrown
Setup:

<telerik:RadComboBox x:Name="ComboBox" 
                                 SelectedItem="{Binding SelectedItem, Mode=TwoWay}">
                <telerik:RadComboBox.ItemsSource>
                    <x:Array Type="{x:Type x:String}">
                        <x:String>USA</x:String>
                        <x:String>Uganda</x:String>
                        <x:String>Ukraine</x:String>
                        <x:String>Canada</x:String>
                        <x:String>France</x:String>
                        <x:String>Italy</x:String>
                        <x:String>United Kingdom</x:String>
                        <x:String>China</x:String>
                        <x:String>Japan</x:String>
                    </x:Array>
                </telerik:RadComboBox.ItemsSource>
            </telerik:RadComboBox>

Completed
Last Updated: 10 Nov 2022 15:34 by ADMIN
Release 4.0.0
Setting the IsEnabled property of the RadComboBox component to false makes it appear as grayed out, but the user is still able to select a value from the drop-down.
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.

Completed
Last Updated: 14 Sep 2022 10:11 by ADMIN
Release 3.0.0
Created by: Scofield
Comments: 1
Category: ComboBox
Type: Bug Report
0
The BorderColor doesn't work.
Completed
Last Updated: 14 Sep 2022 10:08 by ADMIN
Release 3.0.0
Header and Footer Templates cover the fist and last item in the drop down.
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.