KristijanB
15 years agoNew Contributor
DevExpressQuantumGrid - record - dblClickCell
Hi,
When I try to record dblclickclell in gird I get operations TcxGrid.ClickCell(0,'Clumn',0,0) and TcxCustomDropDownInnerEdit.Click(64,7).
If I run this test it fails.
The solution that we are using now is:
TcxGrid.ClickCell(0,'Clumn',0,0);TcxCustomDropDownInnerEdit.DblClick(64,7);
But we do not like to record with coordinats. Is it posible to record with TcxGrid.dblClickCell(0,'Clumn',0,0).
Thanks.
Best regards,
Kristijan
When I try to record dblclickclell in gird I get operations TcxGrid.ClickCell(0,'Clumn',0,0) and TcxCustomDropDownInnerEdit.Click(64,7).
If I run this test it fails.
The solution that we are using now is:
TcxGrid.ClickCell(0,'Clumn',0,0);TcxCustomDropDownInnerEdit.DblClick(64,7);
But we do not like to record with coordinats. Is it posible to record with TcxGrid.dblClickCell(0,'Clumn',0,0).
Thanks.
Best regards,
Kristijan