SfAutoComplete Dictionary<string,string> Data source

Hello,

I'm trying to use a Dictionary<string,string> as the datasource for the SfAutoComplete, but unfortunatly I can't make it to work. Can you guys help?


<auto:SfAutoComplete
     AutoCompleteMode="Suggest"
     ShowBorder="False"
     ShowClearButton="False"
     MaximumSuggestion="4"
     DisplayMemberPath="Value"
     SuggestionMode="StartsWith"
     DataSource="{Binding ValuesList}">
</auto:SfAutoComplete>


3 Replies

SS Suganya Sethuraman Syncfusion Team July 7, 2020 09:11 AM UTC

Hi Ivo Ventura, 
 
Greetings from Syncfusion. 
 
Currently, we don't have Dictionary<string,string> as the datasource for the SfAutoComplete support. We have achieved your requirement in sample level. Please have the sample, 
 
 
We have already logged the feedback for the same. Please have the feedback link, 
 
 
Please cast your vote to make it count. We will prioritize the features every release based on the demands and we do not have an immediate plan to implement this feature since we committed with already planned work. So, this feature will be available for any of our upcoming releases.   
 
If you have any more specifications/suggestions to the feature request, you can add it as a comment in the portal.   
 
Regards, 
Suganya Sethuraman 



IV Ivo Ventura July 7, 2020 09:20 AM UTC

Hello,

Thanks for the reply, the solution provided is the same that I've already implemented :)

I've voted on the feedback link provided.

Thanks,
Best regards,
Ivo Ventura


SS Suganya Sethuraman Syncfusion Team July 8, 2020 04:45 AM UTC

Hi Ivo Ventura, 
 
Thanks for the response. 
 
Please get back to us if you need any further assistance. 
 
Regards, 
Suganya Sethuraman 
  


Loader.
Up arrow icon