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
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.
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
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
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
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.
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
Hello
Have the same Problem with the RadAutoCompleteBox for WPF.
Can you let me know when the bug will be fixed?
Regards
Bianca
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