07-15-2013, 10:21 PM
Unable to right click on column header.
When click , it records the action on the column header as
but when righjt click on above column header, its not recorded.
Note- This is Devx control.Keyboard event( Right click key) does not get work onht this grid.
by Mouse right click, the Menu get display and records following action in QTP
can any one has workaround for this.
Using following statment, i am able to find the Column header name
...is this useful ?
When click , it records the action on the column header as
Code:
SwfWindow("abc").SwfWindow("pqr").SwfTable("gridControl").SelectColumn "columnName"
but when righjt click on above column header, its not recorded.
Note- This is Devx control.Keyboard event( Right click key) does not get work onht this grid.
by Mouse right click, the Menu get display and records following action in QTP
Code:
SwfWindow("abc").SwfWindow("pqr").SwfTable("gridControl").WinMenu("ContextMenu").Select "<Item 9>"
can any one has workaround for this.
Using following statment, i am able to find the Column header name
Code:
SwfTable(table).GetCellProperty(0,<columnNo>,"colname")