Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Filtering

v
v
Apply
ABCDEFGHIJKLMNOPQRSTUVWYZ
? = any single character
* = any characters
O
Q
Y

The ASPxTitleIndex control provides you with client-side filtering capabilities.

The filtering functionality found within the ASPxTitleIndex is implemented using a Filter Box element whose visibility is controlled by the FilterBox.Visible property. The horizontal and vertical positions of the Filter Box within the ASPxTitleIndex control are specified by the FilterBox.HorizontalPosition and FilterBox.VerticalPosition properties.

The Filter Box contains an editor that allows the desired filter string to be entered, and a label that displays specific explanatory information regarding the available wildcard symbols. Filtering is executed dynamically on the client side once text is changed within the Filter Box editor (incremental filtering). The FilterBox.Delay property can be used to specify a delay (in milliseconds) in filter execution. Information related to wildcard symbols can be modified by using the FilterBox.InfoText property.

You can use the SoftFiltering property set to true to provide end-users with a capability to automatically find all occurrences of the entered string without typing any wildcard symbols.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos