Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
UltraFormattedTextEditor with many selected words
posted

Hi, 

I'm using Infragistics for winforms version 11.

I use a UltraFormattedTextEditor to display text to my application. I give the opportunity to my users to search the database for many words in their search query, for example they can search and find records that contain either one of the following words: "cat", "dog", "human".

Then I use the ultraFormattedTextEditor to display the full string. How can I set the ultraFormattedTextEditor to select ALL the instances of these words? If for example the word "cat" appears 3 or 4 times, I would like to highlight all these instances. And if the text contains both "cat" and "dog" I would like to highlight every instance of these words.

Thanks,