Hi, i have one collection of items (ViewModel), this collection serve as datasource for DatagridComboBoxColumn(View) and i want to filter items for each DataGridComboboxColumn. Each DatagridComboBoxColumnColumn can contains only current
selected item and items which are not selected by other DatagridComboBoxColumnColumn. Can you advise how do it by way of MVVM?
↧