Skip to content

Allow users to filter the LookUpEdit's data by multiple columns

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-lookupedit-filter-by-multiple-columns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF LookUpEdit - Filter by Multiple Columns

This example allows users to filter the LookUpEdit's data by multiple columns.

image

To filter by multiple columns when a user types directly in the edit box, handle the LookUpEditBase.SubstituteDisplayFilter event. In the event handler, create criteria operators for the required columns, use the GroupOperator to combine the created operators, and assign this operator to the DisplayFilter property.

The alternative way to search by multiple columns in the LookUpEdit is to use the SearchLookUpEditStyleSettings class, as demonstrated in the following article: Create a SearchLookUpEdit and Bind it to Data.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Allow users to filter the LookUpEdit's data by multiple columns

Topics

Resources

License

Stars

Watchers

Forks