#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.