I have C# WPF project that is save data from DataGrid into a Table in SQL Server Database In Database I have two tables as Factor and Commodity that related to each other and -The ItemsSource of the DatGrid is filled from the Factor table -The ItemsSource of the DataGridComboBoxColumn is filled with Commoditiy (the Item source of DataGrid and comboBoxColumn are diffrent) When I want to Realod DataGrid's Data by "select * from Factor" I Only Reloaded the DataGrid's ItemsSource not The ItemsSource of the DataGridComboBoxColumn why DataGridComboBoxColumn's ItemsSource will refresh (as if moving on each item)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)