Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi 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.