AutoComplete Control

Hi, I''m using the Syncfusion AutoComplete, and I was wondering if there were a way to retrieve a list of items that are probable matches to the current string. Like the GetMatchesCount() method, but for actually getting the matches....For example, the list that appears in the dropdown box that is filtered as I type. I would like to populate a different control with these values. Thanks.

1 Reply

AR Anupama Roy Syncfusion Team February 10, 2006 01:58 PM UTC

Hi Prakash, Presently it is not possible to retrieve the list of filtered items as we get the count of matches.We need to add a new property of type dataView which will return the list of items to be displayed in another control. Thanks, Anu.

Loader.
Up arrow icon