Skip to content

Latest commit

 

History

History
 
 

grid-editing-with-combobox-remote-binding-and-filtering

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#Grid editing using ComboBox with remote binding and filtering

This project demonstrates how to to implement custom MVVM binding and disable the default value binding for a ComboBox in order to prevent initial binding when selected value is set. This approach can be used to avoid the default value binding behavior when the ComboBox is bound to a great amount of data.