Back to Devexpress

Tutorial: Filtering and Locating Rows API

windowsforms-114646-controls-and-libraries-data-grid-getting-started-walkthroughs-filter-and-search-tutorial-filtering-and-locating-rows-api.md

latest2.4 KB
Original Source

Tutorial: Filtering and Locating Rows API

  • May 26, 2023
  • 5 minutes to read

This walkthrough is a transcript of the Filtering and Locating Rows API video available on the DevExpress YouTube Channel.

The tutorial provides information on the DevExpress WinForms Grid’s API that allows you to filter data and locate rows. You will learn how to apply a filter condition to an entire view or to individual columns, how to clear the existing filter conditions and how to locate rows by cell values or display text.

Filtering Rows API

The DevExpress WinForms Grid’s API allows you to apply a filter condition to a View or to individual columns. This tutorial will show both, by assigning Click handlers to buttons in the View Filtering and Column Filtering groups.

  • Applying a Filter to a View

  • Applying a Filter to a Column

Locating Rows API

Return to design time and write code for the Locate Row button.

  • Locating Rows by Cell Values

  • Locating Rows by Display Text

See Also

Advanced Filtering, Custom Filtering, Search

Filter and Search

Tutorial: Column Filter Dropdowns

Tutorial: Data Filtering Basics and Filter Panel Settings

Tutorial: Filter Editor

Tutorial: Filtering and Locating Rows API

Tutorial: Filter Row

Tutorial: Incremental Search

Tutorial: Search/Find Panel