This is a migrated thread and some comments may be shown as answers.

RadComboBoxItemsRequestedEventArgs e

2 Answers 59 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 04 Dec 2012, 02:23 PM
When I press 'x' to clean text area in ComboBox, file event parameter RadComboBoxItemsRequestedEventArgs has property Text not empty but with last value. Why?

Thanks.
Pls. Check Page Method on http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx 

2 Answers, 1 is accepted

Sort by
0
Andrea
Top achievements
Rank 1
answered on 05 Dec 2012, 07:53 AM
It's happend for all type of lodading on demand. It's a bug?
0
Kalina
Telerik team
answered on 06 Dec 2012, 02:30 PM
Hi Andrea,

The "x" sign that you see in control input is not part of the RadComboBox control, it is added by Internet Explorer 10.
This new icon is in fact a browser feature that intended to clear the text of an input element.

I can suggest you try hiding the "x" element by adding this css style on your page:

.rcbInput::-ms-clear {
            display: none;
        }

Please let me know if this helps


Regards,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Andrea
Top achievements
Rank 1
Answers by
Andrea
Top achievements
Rank 1
Kalina
Telerik team
Share this question
or