Hi Michael,
Thanks for contacting Syncfusion support.
We have checked with your query. To achieve your expected requirement in EJ AutoComplete, use FilterType and HighlightSearch properties.
Using FilterType property, you can filter the data which contains the typed text and HighlightSearch property can be used to highlight the typed text from the filtered list of data in the dropdown.
Refer the below code block:
<ej:Autocomplete ID="AutoComplete" runat="server" HighlightSearch="true" FilterType="Contains" DataTextField="ComponentName" DataUniqueKeyField="ComponentId" Width="500px"></ej:Autocomplete>
|
Also, refer the below documentation link to customize the search results.
Please, let us know if you need any further assistance.
Regards,
Shameer Ali Baig S.