11 years ago
Infragistics Grid 2012-2014 is not supported.
Dear Team,
We are using Infragistics Webdata grid 2012 -2014(the latest one) in our project, while automating we got the below error, kindly share the VB script to overcome this or help us in getting this resolved.
Error:- (1) Unable to find the object “pageEaseLogisticsVersion7Element3”.
(2) Object does not exist.
While seeing the additional information it shows :-
"You are trying to call the "Cell" method or property of the "pageEaseLogisticsVersion7Element3.table.cell2.table(0)" object that does not exist.
Our Code for clicking a single cell in the grid:-
Set Grid=page.browser.pageEaseLogisticsVersion7Element3.table.cell2.Table(0).Cell(2, 0).Panel("UGLevels").Table("outerTbl_hdn").Cell(0, 0).Table("contentTbl").Cell(1, 0).Panel("container")
' Aliases.browser.pageEaseLogisticsVersion7Element3.table.cell2.Table(0).Cell(2, 0).Panel("UGLevels").Table("outerTbl_hdn").Cell(0, 0).Table("contentTbl").Cell(1, 0).Panel("container")
RowIndex=0
ContentText="Get Item"
Call Grid.ClickCell(RowIndex,ContentText)

We are using Infragistics Webdata grid 2012 -2014(the latest one) in our project, while automating we got the below error, kindly share the VB script to overcome this or help us in getting this resolved.
Error:- (1) Unable to find the object “pageEaseLogisticsVersion7Element3”.
(2) Object does not exist.
While seeing the additional information it shows :-
"You are trying to call the "Cell" method or property of the "pageEaseLogisticsVersion7Element3.table.cell2.table(0)" object that does not exist.
Our Code for clicking a single cell in the grid:-
Set Grid=page.browser.pageEaseLogisticsVersion7Element3.table.cell2.Table(0).Cell(2, 0).Panel("UGLevels").Table("outerTbl_hdn").Cell(0, 0).Table("contentTbl").Cell(1, 0).Panel("container")
' Aliases.browser.pageEaseLogisticsVersion7Element3.table.cell2.Table(0).Cell(2, 0).Panel("UGLevels").Table("outerTbl_hdn").Cell(0, 0).Table("contentTbl").Cell(1, 0).Panel("container")
RowIndex=0
ContentText="Get Item"
Call Grid.ClickCell(RowIndex,ContentText)