Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When searching for text in the SfDataGrid, if the search text is found in one of the currently displayed rows then the text is displayed highlighted without any changes to the background colour.
When highlighted search text is displayed for rows which are not on the screen when the search first started the background colour of the cell changes to the colour for selected cell style.
First search
sfgMatsList.SearchController.SearchColumns.Add("Description")
sfgMatsList.SearchController.Search(txtSearch.Text)
sfgMatsList.SearchController.FindNext(txtSearch.Text)
sfgMatsList.MoveToCurrentCell(sfgMatsList.SearchController.CurrentRowColumnIndex)
Second and subsequent searches on SfDataGrid
sfgMatsList.SearchController.FindNext(txtSearch.Text)
sfgMatsList.MoveToCurrentCell(sfgMatsList.SearchController.CurrentRowColumnIndex)
Version is 17.4.0.39 not 17.4.0.49