Forum Discussion
Dmitry_Nikolaev
15 years agoStaff
Hi Kristijan,
We've reproduced the behavior here. Currently, we are investigating the situation.
In the meantime, you can either change the recorded script in the following way:
TcxGrid.DblClickCell(0,'Clumn',0,0);
or just delete coordinates from the Click method call:
TcxGrid.ClickCell(0,'Clumn',0,0);
TcxCustomDropDownInnerEdit.Click();
In the second case, the click will be performed on the center of the edit control.
Related Content
- 8 months ago
Recent Discussions
- 2 days ago
- 2 days ago
- 6 days ago