How can I can an event to fire similar to select开发者_如何转开发edindexchanged with the datagridcombobox column type?I would think that the recommended approach in this case is not to worry about the
I have a datagrid with 2 columns. One column contains role information, the other column should have a combo box with a list of available users. The data in the combobox is unrelated to the data in th
I have 3 tables: Item - which is the DataContext - it has a navigation column Group Group - has a navigation column Category.
I have a MainWindow.xaml (which consists of a TabControl) and a few UserControls (which are loaded into the TabItems).