Forum Discussion
anandmar24
13 years agoOccasional Contributor
Hi Vajindar,
Actually the grid, rows, cells are all available in object explorer.
Row is available as
Sys.Process("YYY").WPFObject("HwndSource: SelectItemXaml", "Select Item").WPFObject("SelectItemXaml", "Select Item", 1).WPFObject("Border", "", 1).WPFObject("LayoutTemplate").WPFObject("RadGridView", "", 1).WPFObject("GridViewRow", "", 1)
and Cell is available as
Sys.Process("YYY").WPFObject("HwndSource: SelectItemXaml", "Select Item").WPFObject("SelectItemXaml", "Select Item", 1).WPFObject("Border", "", 1).WPFObject("LayoutTemplate").WPFObject("RadGridView", "", 1).WPFObject("GridViewRow", "", 1).WPFObject("GridViewCell", "XXX", 1)
Also, I'm not getting rows using Grid.Rows also.
Unable to find the object Rows. See Additional Information for details.
The object with the specified attributes does not exist.
These are the error messages i'm getting.
I'm new to TestComplete. Please dont mind and help me.
Thanks much.
Actually the grid, rows, cells are all available in object explorer.
Row is available as
Sys.Process("YYY").WPFObject("HwndSource: SelectItemXaml", "Select Item").WPFObject("SelectItemXaml", "Select Item", 1).WPFObject("Border", "", 1).WPFObject("LayoutTemplate").WPFObject("RadGridView", "", 1).WPFObject("GridViewRow", "", 1)
and Cell is available as
Sys.Process("YYY").WPFObject("HwndSource: SelectItemXaml", "Select Item").WPFObject("SelectItemXaml", "Select Item", 1).WPFObject("Border", "", 1).WPFObject("LayoutTemplate").WPFObject("RadGridView", "", 1).WPFObject("GridViewRow", "", 1).WPFObject("GridViewCell", "XXX", 1)
Also, I'm not getting rows using Grid.Rows also.
Unable to find the object Rows. See Additional Information for details.
The object with the specified attributes does not exist.
These are the error messages i'm getting.
I'm new to TestComplete. Please dont mind and help me.
Thanks much.