Posted 6 December 2022, 10:02 am EST
I am working on a flex grid in windows form version 4.0,
I used a search panel to search in the flex grid. with
c1FlexGridSearchPanel1.SearchMode = C1.Win.C1FlexGrid.SearchMode.Always;
Eventhough I cleared the search panel(Removed the last searched text from the search panel) the last search results are still highlighted.
Can you please let me know how to remove the last searches after I remove the search texts
Thanks in advance