Hi,
Can you tell me please how can I get rows for normal Grid using TTF?
var radGridView1 = WindowScreenActuarialAssumptions.Manager.ActiveApplication.MainWindow.Find.ByName<Grid>("GridResources");
Console.WriteLine(radGridView1.Rows.Count);
- Rows is in red and I can't use it :(
It's normal grid and I need to read all values from Grid not only first row!
Regards,
Peter