Micro Focus QTP (UFT) Forums
DataGrid: double click on selected row - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: DataGrid: double click on selected row (/Thread-DataGrid-double-click-on-selected-row)



DataGrid: double click on selected row - robertosalemi - 05-12-2016

Hi,
in my application I have this object
System.Windows.controls.datagrid

I would execute the double click on selected row, so I wrote:
Code:
WpfWindow("myApplication").WpfTable("myGrid").SelectRow 0
WpfWindow("myApplication").WpfTable("myGrid").ActiveCell 0,0

The row is selected, but the double click not works.

Why?

Thanks for the support.