Unplanned
Last Updated: 07 Aug 2023 20:29 by Ilker
Created by: Ilker
Comments: 0
Category: ComboBox
Type: Feature Request
1
I would like to have a behavior similar to the WinForms RadComboBox's "All Items". this could be a button in the template, or when using tokens, have a single token that represents all items.
Unplanned
Last Updated: 07 Aug 2023 12:47 by Scott
TapGestureRecognizer not working for RadComboBoxItem on the Android platform.
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.
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.
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

Unplanned
Last Updated: 29 Mar 2023 22:20 by Victor
Created by: Scofield
Comments: 1
Category: ComboBox
Type: Feature Request
4
Input Validation Support
Unplanned
Last Updated: 16 Mar 2023 15:33 by Erik Damgaard
Created by: Erik Damgaard
Comments: 0
Category: ComboBox
Type: Feature Request
0
ComboBox: Expose generic approach for RadHighlightLabel.
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.

Unplanned
Last Updated: 06 Mar 2023 08:53 by ADMIN
Created by: Teddy
Comments: 1
Category: ComboBox
Type: Feature Request
4
In the WPF Combo Box, in addition to the SelectedItem property, there was also the SelectedValue and SelectedValuePath properties. You could bind to a complex object and then define a SelectedValue and SelectedValuePath so that your binding context didn't need to keep a reference to the entire object being represented in the dropdown. Very useful, for example, when your BindingContext does not have access to the object bound to the combobox's items source, but can instead keep track of a common enum or just a unique string instead. Is there any plan to add that functionality to the MAUI combo box?
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: 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.