Forum Discussion
3 Replies
Hi Murugan,
TestComplete provides the DblClick action practically to each window object. So, I'm sure that this control has the method.
BTW, if you are interested in selecting a specific cell or row inside the control, this thread will help you.- murugans1011Regular ContributorHi Tanya..I mean its not dblclick Action....Its 'Dblclickcell' in (Grid Controls) action.plz see the above link
Hi Murugan,
You need to use a native method of the control for this. The article I posted in the previous reply shows how to select the target cell. Based on it, you can create a function to double-click the cell you need.