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

AutoComplete feature is On But not able to remove the selected item.

1 Answer 49 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sweta
Top achievements
Rank 1
sweta asked on 08 Sep 2011, 12:06 PM

Hello,

I'm using RadComboBox of version 2010.1.519.35. I'm getting very much strange behaviour or the Autocomplete feature of RadComboBox.  I select multiple items in the radcomobox with seperator ';'. but when i'm trying to select one email address from the selected list and trying to delete it, is not working. when i select single email address entire row is selected and when i press delete entire row gets deleted. so i'm not able to remove the selected single item from the textbox of RadCombobox. Please suggest a solution.
below is the code which i used for radcombobox.

 

<telerik:RadComboBox ID="ddlEmailTo" AutoCompleteSeparator=";" AllowCustomText="True"

 

 

runat="server" Width="505" Height="150" CssClass="rfdRoundedCorners" DataSourceID="sqlDsContactEmail"

 

 

DataTextField="strEmail" MarkFirstMatch="true" ShowToggleImage="False" Filter="StartsWith"

 

 

AccessKey="T">

 

 

</telerik:RadComboBox>

 



Thanks
Sweta

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 13 Sep 2011, 02:24 PM
Hi Sweta,

Please check whether you experience the same behavior on this demo here. In case the problem is not reproduced on the demo site, please try to upgrade your controls if possible.

Regards,
Dimitar Terziev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
sweta
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or