Example #1
0
 public void TestEmulateChangeCellText()
 {
     dataGrid.EmulateChangeCellText(0, 0, "xxx");
     Assert.AreEqual("xxx", (string)dataGrid.Dynamic().ItemsSource[0].Name);
 }