SfTextBoxExt, Not able to search for the required entry

Hello,
    The SfTextBoxExt is not working for the following collection, Here I would like to search for alcohol but I cannot. Please help.

Employees = new List<Employee>();

Employees.Add(new Employee { Name = "A", Email = "2" });

Employees.Add(new Employee { Name = "Aa", Email = "3" });

Employees.Add(new Employee { Name = "ALC", Email = "4" });

           

....

........

Employees.Add(new Employee { Name = "ALCo", Email = "5" });


Employees.Add(new Employee { Name = "100 ml alcohol", Email = "6" });


Thanks and Regards,

Raam.


3 Replies

KJ Keerthana Jegannathan Syncfusion Team October 13, 2017 07:27 AM UTC

 
Hi Ramachandra,

Thank you for contacting Syncfusion Support.

In SfTexBoxExt, we can get all possible matches which contains the typed text by setting "SuggestionMode" property as "Contains".

You can find the simple sample for the same.

Sample: http://www.syncfusion.com/downloads/support/forum/133166/ze/189774-90266963232818656  

To know more about SuggestionMode property values please refer the below link.

Link: https://help.syncfusion.com/wpf/sftextboxext/auto-complete#suggestion-mode

Regards,
Keerthana J
 



RA Ramachandra October 25, 2017 03:24 PM UTC

We have already tried all this, Since we have an old version of SyncFusion this will not work. Also i would like to state that i am just exploring SyncFusion controls and do not want to buy any license for now.



KJ Keerthana Jegannathan Syncfusion Team October 26, 2017 08:55 AM UTC

Hi Ramachandra, 
 
Thank you for exploring our product. We request you to upgrade to our latest version to get the issue fixed. In future if you are interested in purchasing our product, please let us know and we will be happy to assist you. 
 
Regards, 
Keerthana J 
 
 


Loader.
Up arrow icon