Example #1
0
 public void TestEmulateCellCheck()
 {
     dataGrid.EmulateCellCheck(0, 2, true);
     Assert.AreEqual(true, (bool)dataGrid.Dynamic().ItemsSource[0].IsActive);
 }