Filter performance

Demonstrates .Net Grid's performance while filtering rows in three different modes:

  • Value comparison
  • String comparison
  • Regular Expression comparison

In this example a user can specify total number of rows in the grid, filtering criteria and one of the three filtering modes. As soon as target value is specified, rows that do not contain this value are made invisible and certain cells are highlighted with pink color.

Undoubtedly, the most efficient mode is Value Comparing, however other modes are a good match for it. Enter any value to search and toggle between filtering modes and the performance result will be stunning – it takes less than a second to filter and highlight target values in the grid that consists of 100,000 rows and 10 columns!