We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Autocomplete not working correctly

Hello dear Syncfusion Team. 

I am currently working on an adaptation, from visualbasic to C#. I've almost finished the same application, but the autocomplete doesn't work as desired.

So it can happen, that the word Türkei - in visual Basic, after TÜ - is set, in C# I have the same input but no suggestions.
How can I fix this ?

Greetings
Siam Modi

3 Replies

SR Sabaridass Ramamoorthy Syncfusion Team April 29, 2019 11:17 AM UTC

Hi Siam, 
 
We have tried to reproduce your reported scenario using below attached sample. But the sample is working fine as we expected. So, please let us know your sample customization and your culture which you have used in your machine. Also, please confirm us whether the below attached sample differ from your customization.  
 
 
Regards, 
Sabaridass R 



SM Siam Modi April 29, 2019 12:59 PM UTC

Hello there, i am using a normal Textbox for this. Here occurs the error. Same on the Syncfusion.Windows.Forms.Tools.MultiselectionComboBox.

Do you have an example for this too ?

i got a FillFilter Function,

this.mscbpiszielland.DataSource = filterdest;

This (filterdest) datasource comes from a database.

DataSet DSTMP = new DataSet();
strSQL = "Select DISTINCT tol25.land As destination from blaisd.tol25;";
Con.ConnectionString = MySQLConnString;
Con.Open();
MySqlCommand cmd = new MySqlCommand(strSQL, Con);
MySqlDataAdapter adapter = new MySqlDataAdapter();
adapter.SelectCommand = cmd;
adapter.Fill(DSTMP, "destination");
Con.Close();
return DSTMP.Tables["destination"];

in the designer i have this code...

this.AutoComplete1 = new Syncfusion.Windows.Forms.Tools.AutoComplete();
this.AutoComplete1.SetAutoComplete(this.mscbpiszielland, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.AutoSuggest);
this.AutoComplete1.AutoAddItem = true;
this.AutoComplete1.AutoSerialize = true;

but still having this problem as in the video shown.

https://youtu.be/rwCrPmmJZC0

Any Ideas how to fix that ?

mscbpiszielland is a Syncfusion.Windows.Forms.Tools.MutliSelectionComboBox


MG Mohanraj Gunasekaran Syncfusion Team April 30, 2019 01:29 PM UTC

Hi Siam, 
 
Thanks for your update 
 
We can reproduce your reported scenario while using the MultiSelectionComboBox in AutoComplete control. We suspect that this is a bug so we have forwarded this query to our development team for further analyzation. So, we will check and update further details on 3rd May 2019. 
 
Regards, 
Mohanraj G 


Loader.
Live Chat Icon For mobile
Up arrow icon