There is a small application on WPF for editing the database table. To edit fields that are foreign keys I use a DataGridComboBoxColumn. The problem is that the more rows there are in the table and the more values in the ComboBox (there are only 4 columns), the more it slows down when scrolling the grid. How can this problem be solved?