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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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