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

AutoCompleteBox Copy Paste issue

9 Answers 114 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
rms
Top achievements
Rank 1
rms asked on 07 May 2015, 03:58 PM

Hi,

I have a AutoCompleteBox on my page and a rad button. when I look up for a value and click the update button, a bunch of grids get populated. Simple.

The issue I have is when I copy paste the a value (instead of typing and looking it up in the drop down) and then click on the update Button, upon postback AutoCompleteBox text is empty and nothing happens. Another scenario is if I look up for an item A and later copy paste item B, upon clicking the button, value in the AutoCompleteBox goes back to the item A. Basically when I paste a value in the box instead of typing and looking it up its failing.

Hope I made sense. Can any one help me with this? Thanks a lot.

Regards,

srms

9 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 12 May 2015, 11:11 AM
Hello,

Could you please demonstrate us the implementation of the RadAutoCompleteBox that you use at your end, so we could perform some local tests. In addition, specify which version of our controls are you currently using?

Regards,
Nencho
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
rms
Top achievements
Rank 1
answered on 14 May 2015, 05:59 PM

Hi, 

I have installed the latest version (UI for ASP.NET AJAX 2015.1 401).

here are the steps I am following

scenario 1: (works fine)

I start typing "Te" in my autocompletebox, and it
shows me "Texas" in the dropdown, I select it and click on the update
button and I get address from texas in a grid

scenario 2: (does not work)

I copy paste "Texas" in my autocompletebox, it
shows me "Texas" in the dropdown I select it and click on the update
button. Page postbacks and the autocompletebox is empty and the grid does not
have any records. 

Let me know if that makes sense. 

 

Thanks,

srm

 

0
rms
Top achievements
Rank 1
answered on 14 May 2015, 05:59 PM

Hi, 

I have installed the latest version (UI for ASP.NET AJAX 2015.1 401).

here are the steps I am following

scenario 1: (works fine)

I start typing "Te" in my autocompletebox, and it
shows me "Texas" in the dropdown, I select it and click on the update
button and I get address from texas in a grid

scenario 2: (does not work)

I copy paste "Texas" in my autocompletebox, it
shows me "Texas" in the dropdown I select it and click on the update
button. Page postbacks and the autocompletebox is empty and the grid does not
have any records. 

Let me know if that makes sense. 

Thanks,

SRM

0
rms
Top achievements
Rank 1
answered on 19 May 2015, 12:52 PM
Could any one replicate this? Any ideas why this is happening?
0
Nencho
Telerik team
answered on 19 May 2015, 01:22 PM
Hello,

As previously mentioned - we would need to see the configuration of the RadAutoCompleteBox that you use at your end, as the experience behavior may be related with some specific settings.

I have tried to replicate the described issue local, but I am afraid to no avail. Refer to the video below:

http://screencast.com/t/xu6ZRjCS5s3

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
rms
Top achievements
Rank 1
answered on 26 May 2015, 02:36 PM

 

Here's my code

ASP.NET

 .RadAutoCompleteBoxPopup
    {
        display: inline-block
    }

            <telerik:RadAutoCompleteBox  ID="rcbxFilter" runat="server"  Filter="StartsWith"   
               CssClass="RadAutoCompleteBoxPopup" TextSettings-SelectionMode="Single" InputType="Text" 
                ShowLoadingIcon="True" BorderStyle="None" BorderColor="#CCCCCC" HighlightFirstMatch="false" 
                CollapseAnimation-Duration="1000" AllowCustomEntry="true" MaxResultCount="1000"  >
            </telerik:RadAutoCompleteBox >

 C#

                rcbxFilter.DataSource = dB.ExecuteSp("dbName", "spName");
                rcbxFilter.DataTextField = "ID";
                rcbxFilter.DataBind();

 

Thanks again.

0
Nencho
Telerik team
answered on 29 May 2015, 11:21 AM
Hello,

Thank you for the provided declaration. I was able to replicate the problem locally. There was a bug, which was already fixed, regarding the same behavior. However, it seems that the bug appeared again, therefore, i have forwarded it to our developer team for further investigation. The issue is replicable, when the singe selection mode of the RadAutoCompleteBox box is set to true.

Thank you for pointing that out.

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Bianca
Top achievements
Rank 1
answered on 12 Aug 2015, 01:53 PM

Hello

Have the same Problem with the RadAutoCompleteBox for WPF.

Can you let me know when the bug will be fixed?

Regards

Bianca

0
Ivan Danchev
Telerik team
answered on 13 Aug 2015, 02:04 PM
Hello,

Our tests showed that the issue cannot be reproduced with the latest version of the controls. Please, find attached a zip containing v2015.2.729.40 of the controls and test the RadAutoCompleteBox behavior with them.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AutoCompleteBox
Asked by
rms
Top achievements
Rank 1
Answers by
Nencho
Telerik team
rms
Top achievements
Rank 1
Bianca
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or