In Development
Last Updated: 19 Apr 2024 09:13 by ADMIN
If I use RadCombBox on a ContentPage, this page is never released - this happens only on Android.
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.
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.
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.
Unplanned
Last Updated: 30 Nov 2023 14:13 by Bernd

When you add Telerik .NET MAUI controls that use icons, such as ComboBox, AutoComplete, etc, there are font-related exceptions in the output.

Although the exceptions do not affect the behavior and appearance of the controls, they make the output hard to read.

Unplanned
Last Updated: 25 Nov 2023 21:09 by Alistair

If a "long" placeholder value is set when the user selects a few of the items from the multi-select combobox and taps off of the combobox, the combobox is left displaying extra whitespace below.

Unplanned
Last Updated: 07 Aug 2023 12:47 by Scott
TapGestureRecognizer not working for RadComboBoxItem on the Android platform.
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.

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:

 

 

 

 

Unplanned
Last Updated: 16 Nov 2022 16:23 by Scott

Whenever the combobox doesn't have enough space to be displayed on the screen, the footer gets pushed to the bottom and off the dropdown popup.

This was tested on Telerik 3.0 but I also tested it on 3.1, 3.2, 3.2.1, and 4.0 with the same results. 

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.

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

 

 

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.