We need to highlight the typed (suggested) text in the popup window. For example,
we have the following list:
-One
-Two
-Three
-Four
-Five
And if user is typing "T" then letter 'T' should be bolded in words '<b>T</b>wo' and '<b>T</b>hree'
Thanks in advance!
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 14 Jul 2015, 03:20 PM
Hi Deepa,
Thank you for writing.
You can use the VisualItemFormatting event of the autocomplete drop down along with the HTML formatting functionality. For example, you can insert the bold tags in the items text with the following code: