Skip to content

DevExpress-Examples/winforms-grid-richedit-highlight-search-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winforms Data Grid - Highlight search results in a Rich Text Editor

The WinForms RichEdit does not highlight search results to avoid performance issues. Rich content includes undisplayed markup characters and the WinForms Data Grid includes these characters in the search. This example shows how to handle the CustomDrawCell event to highlight the search string within RTF content.

Files to Review