uditbatra87
13 years agoOccasional Contributor
Having a Hard time with Xceed Grids :(
Hi,
i am automating an Application which has Xceed Grids. i have checked the TestComplete 8 Documentation but the class of Xceed Grid
supported is : Xceed.Grid.GridControl. But my application has some other Class.
it's detected as "Xceed.Wpf.DataGrid". if i try using methods like wColumnCount,wRowCount, they don't work at all.
Also i have another Class of grid called "ColumnBindingGrid". i haven't been able to find anything on the TestComplete Support docs about this object.
i mean the Class is "AtlasRisk.TreeGrid.ColumnBindingGrid".(AtlasRisk is my App). i am required to Click a button within a Grid cell.
Please let me know if there's any documentation on this or some methods that i can try.
i tried ObjGrid.wValue(Row,Column) but didn't work.
i am automating an Application which has Xceed Grids. i have checked the TestComplete 8 Documentation but the class of Xceed Grid
supported is : Xceed.Grid.GridControl. But my application has some other Class.
it's detected as "Xceed.Wpf.DataGrid". if i try using methods like wColumnCount,wRowCount, they don't work at all.
Also i have another Class of grid called "ColumnBindingGrid". i haven't been able to find anything on the TestComplete Support docs about this object.
i mean the Class is "AtlasRisk.TreeGrid.ColumnBindingGrid".(AtlasRisk is my App). i am required to Click a button within a Grid cell.
Please let me know if there's any documentation on this or some methods that i can try.
i tried ObjGrid.wValue(Row,Column) but didn't work.