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

Clear button in the radcombo is not actually changing the text/value

2 Answers 185 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pavan
Top achievements
Rank 1
Pavan asked on 11 Feb 2015, 09:40 PM
When clear button (cross mark in IE10) is clicked it is removing the text but the items are not refreshing (loadonDemand is enabled) request item is not firing.

for example use the below link which is radcombobox demo

http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

on Server Side (automatic) control, type "Around" it filters the items now select item "Around the Horn" and then click outside the control. Now again click on the RadComboBox control now drop down shows only one item which is selected. Now click on the 'X' mark which shows up on the textbox as shown in the attachment, it clears the search text but items will not be refreshed/request items event is not firing. after that click outside again it will sets before value back again.

Thanks,
Pavan

2 Answers, 1 is accepted

Sort by
0
Aneliya Petkova
Telerik team
answered on 12 Feb 2015, 08:29 AM
Hello Pavan,

The behavior that you are describing is a browser behavior not related to our controls. IE browser will add the small "x" button to all input elements, when they are focused. What this button does is to clear the content of the input element. Please note that this icon is not available in other browsers like Chrome or Firefox, it is only IE feature.

I would suggest that you hide the clear button in IE also. The following forum thread demonstrates how to achieve this in IE10:
http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs

Once again, please have in mind that this is a IE behavior, not related to our controls in any way.

Regards,
Aneliya Petkova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Santhosh
Top achievements
Rank 1
answered on 11 Apr 2017, 01:16 PM

it's not working.

 

.classname : unknown

{

 

}

 

like this coming.

Tags
ComboBox
Asked by
Pavan
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Santhosh
Top achievements
Rank 1
Share this question
or