I have a View and ViewModel bound to it (WPF/C#).
Now, in DataGrid
there is a DataGridComboBoxColumn
and I would like set the ItemsSource
of the combo to some fixed property of ViewModel. Implicit datacontext of the combo is unfortunatelly the current row.
All I want to do is to "step out" from current row's DataContext.
Thank you for any answer..