Back to Devexpress

Incremental Filtering

aspnet-9080-components-grid-view-concepts-aspxgridlookup-incremental-filtering.md

latest1.4 KB
Original Source

Incremental Filtering

  • Jun 16, 2022
  • 3 minutes to read

The ASPxGridLookup editor enables users to filter built-in ASPxGridView rows dynamically, based upon the text typed into the editor’s input box on the client side (filter-as-you-type). You can set the ASPxGridLookup.IncrementalFilteringMode property to the following filter modes:

  • None

  • StartsWith

  • Contains

In incremental filtering mode, you can use the ASPxGridLookup.IncrementalFilteringDelay property to define the time interval between the time a user starts typing within the editor’s edit box and the time the control applies the filter.

Note

Incremental filtering requirements.

Incremental filtering requires that multiple selection mode is disabled (the ASPxGridLookup.SelectionMode property is not set to Multiple ).

Incremental filtering requires that the AutoPostBack property is set to false.

Example

How to: Filter in Server Mode