Micro Focus QTP (UFT) Forums

Full Version: DataGrid: double click on selected row
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.