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
SIGN IN To post a reply.
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.
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/WindowsFormsApplication1-1503758928
Tested Video: http://www.syncfusion.com/downloads/support/directtrac/general/ze/TestedDemo-1100299227
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"];
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;
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
SIGN IN To post a reply.
- 3 Replies
- 3 Participants
-
SM Siam Modi
- Apr 26, 2019 03:12 PM UTC
- Apr 30, 2019 01:29 PM UTC