Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, 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!

4
Votes

We have a datagrid with 30+ text columns and a hundred of rows, enough to fill a large screen.

We have search bar that uses the SfDataGrid.SearchHelper with the settings AllowFiltering = false and CanHighlightSearchText = true

If we use it  to search for a text that has a lot of occurences (for example searching for "0"), the whole gui freezes. Pausing the program to check the stack trace shows that Syncfusion is busy searching the text and drawing the highlighted areas.

I attached an example of one of those stack traces.


It works fine if any of those parameters change:

-reduce the number of displayed rows

-reduce the number of displayed columns

-set the 

CanHighlightSearchText setting to false

-search for a text with rare occurences