Completed
Last Updated: 20 Jun 2022 14:48 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: ComboBox
Type: Bug Report
0

			
Completed
Last Updated: 24 Mar 2015 14:06 by ADMIN
Completed
Last Updated: 26 Mar 2015 09:59 by Arnstein
In Lightweight rendering mode, the drop-down arrow has cursor type 'text' instead of 'default' in Internet Explorer (11).
Example:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/rendermode/defaultcs.aspx?skin=Default
Completed
Last Updated: 29 Jul 2016 14:24 by ADMIN
Created by: duraid wadie
Comments: 1
Category: ComboBox
Type: Feature Request
0
We have evaluated your controls for few days for the last 4 years now. And you still dont support check boxes and load on demand. (we keep getting the same response from your forms). There are other companies already do that. If you can include this feature in your future development that will be great. 

We can not use RadAutoCompleteBox control as the users do not what they are searching for. 

How come no one else asking for this. All what needed is to cache the values after the control is loaded. 

Thanks.
Completed
Last Updated: 21 Apr 2022 12:25 by ADMIN
Created by: JeffSM
Comments: 1
Category: ComboBox
Type: Feature Request
0
It gonna be cool if ComboBox display his picture with text, like the pic shows.
Completed
Last Updated: 11 Feb 2022 14:19 by ADMIN
I have instances of using OnClientBlur on multiple RadComboBox controls, and if you tab quickly enough the event does not fire.  I've created an example which replicates what I see in the project I'm working on - two RadComboBoxes with the Blur event where I get the second to fire but not the first when tabbing from first to second to third (just another control w/o event).

This is causing issues where some validation is bypassed.

Screencast: http://screencast.com/t/VTQrN9uOVrI9

A couple observations:
- It will fire correctly if I wait long enough before tabbing out.
- If I pause on the second control after tabbing, then click somewhere, it sometimes then fires the Blur from the first control.
- I am using LoadOnDemand.  From my general observation it looks like it's potentially a race condition with the loading.

Completed
Last Updated: 11 Nov 2014 09:00 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 1
Category: ComboBox
Type: Bug Report
0
For the time being the following CSS workaround can be used:
CSS:
    <style type="text/css">
        .RadButton.rbSkinnedButton input {
            padding-left: 6px;
            padding-right: 10px;
            margin: 0;
        }
    </style>
ASPX:
        <telerik:RadComboBox ID="RadComboBoxDateTimeFilter" runat="server">
            <ItemTemplate>
                <telerik:RadButton ID="RadButtonApply" Text="Apply" AutoPostBack="false" runat="server" />
                <telerik:RadButton ID="RadButtonClear" Text="Clear" AutoPostBack="false" runat="server" />
            </ItemTemplate>
            <Items>
                <telerik:RadComboBoxItem Text="" Value="" Selected="true" />
                <telerik:RadComboBoxItem Text="" Value="" />
            </Items>
        </telerik:RadComboBox>
Completed
Last Updated: 15 Feb 2016 14:58 by ADMIN
Completed
Last Updated: 14 Mar 2014 09:12 by ADMIN
Completed
Last Updated: 30 Oct 2013 16:19 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: ComboBox
Type: Bug Report
0
When RadCombobox is inside fixed div element and is expanded it doesn't scroll as expected. The dropdown container should stay fixed as the combo's input element.
Completed
Last Updated: 01 Jul 2015 15:37 by Yousef Salimpour
ComboBox keeps the dropdown aligned to either sides of input field.
If due to content overflow e.g in a small frame input field is placed slightly out of viewport then it would be better to check the boundaries if ScreenBoundaryDetection is enabled and keep the dropdown in view and not necessarily aligned with input.
Completed
Last Updated: 01 Jul 2015 15:09 by ADMIN
From customer feedback:

Label display style is not taken into consideration when calculating the width of the combobox e.g. if the display style is block, the label and combo should be on separate lines. In terms they should be equally wide.

However currently the combo is squashed to a minimum width.
Completed
Last Updated: 01 Jul 2015 15:07 by ADMIN
Completed
Last Updated: 11 Nov 2014 09:25 by ADMIN