Team
I am using radcombobox in my application.
I am using it to implement search functionality. whenever we type something in combobox the resulting items is getting displayed in the combo list properly
& when result is not there it should display “no result found” & should give a link to a page which is used to add the items in that combobox.This I have added in the list of items .It is working.(attached is the screenshot for this requirement img.)
For this I am using OnItemsRequested event.
I have a requirement to show text of items in bold which I am typing in combobox. (attached is the screenshot for this requirement1 img.)
This feature is working when I set Filter ="Contains" but for displaying “no result found” & should give a link to a page which is used to add the items in that combobox requirement I can’t set this property. If I set this property it won’t show “no result found” & link .
I have tried to set it by <b> tab but it shows <b> tag as it is in item text.
Is there another way to show the combobox typed text part of items in bold?