01-26-2012, 03:18 PM
hello,
i am testing an application that include wpfTable with DataGridTemplateColumns.
i write this line:
when the script is running i can see the cells being marked but the data is not written.
Please advice. Thanks.
i am testing an application that include wpfTable with DataGridTemplateColumns.
i write this line:
Code:
WpfWindow("my_window").WpfTable("data").SetCellData 1, 3, "123"
when the script is running i can see the cells being marked but the data is not written.
Please advice. Thanks.