Skip to content

DevExpress-Examples/wpf-data-grid-filter-column-lookupedit-based-on-value-in-another-column

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Filter a Column's LookUpEdit Based on the Value in Another Column

This example filters the City column's LookUpEdit items based on the Country column's value.

image

The CellEditTemplate property allows you to display independent editors with different ItemsSource collections. The ItemsSource collection is filtered in the ShownEditor event handler.

Files to Review

Documentation

More Examples