将WPFDataGrid ItemsSource绑定到ObservableCollection of ObservableCollections的最佳方法是什么?例如:
public ObservableCollection<ObservableCollection<MyDataItem>> DataValues = new ObservableCollection<Obser
我试图使用Visual 2010中的DataGrid从sdf文件中更新C#。DataGrid如下所示。为此,我将DataGrid引用传递给管理器类中的方法updatePIView。public class PTManager {
public void updatePIView(ref DataGrid它适用于另一个DataGrid (带有一个列表),该表是在加载主窗口后