Free Trial Buy Now

Combo Box - Incremental Filtering

v
IncrementalFilteringMode = StartsWith
DropDownStyle = DropDown
v
IncrementalFilteringMode = Contains
DropDownStyle = DropDownList

Description

The ASPxComboBox editor enables end-users to filter list items dynamically based upon the text typed into the editor's input box on the client side (find-as-you-type filtering). The following filter modes are available, which is controlled by the IncrementalFilteringMode property:

  • None - Filtering is not applied to list items.
  • StartsWith - The editor is filtered for list items that begin with the search string.
  • Contains - The editor is filtered for list items that contain the search string. The found search string is highlighted within items for usability purposes.

In this demo, both the 'StartsWith' and 'Contains' filter modes are demonstrated. Note that in the 'Contains' filter mode, the value typed by an end-user into the edit box is searched for within the editor's item list, based upon the TextFormatString property's defined format.

Version: v2011 vol 2.11
Experience the DevExpress Difference Today
To download your free evaluation copy of our award-winning ASP.NET libraries, visit the Downloads page
All DevExpress ASP.NET Controls ship as part of DXperience ASP.NET, Enterprise, and Universal.
To obtain pricing information, visit the Pricing Options page or contact us via Email at info@devexpress.com
or by telephone at +1 (818) 844-3383 between 8:30am and 5pm Pacific Time.