Forum Discussion
Based upon your screenshot.... Yes, the text editor is invisible. If this grid is like many other grids, in order to get to the actual text editor component, you need to actually click in the cell to "activate" the editor. Try adding a "click" call to click into the desired cell.
I've tried both click and dblclick. dblclick is what gave the resulting error in the description. Click gives the following error:
The test object was not found when executing the
|
- tristaanogre7 years agoEsteemed Contributor
OK, then the next question comes down to how are you identifying or mapping the text editor? It could be that your identification of the text editor is too generic. I'm assuming that the grid has multiple text editors available and that, depending upon which cell is double clicked on is when it becomes visible and enabled. If your identificaiton of the editor object is not specific enough to be the one you're looking for, you could get that error.
- AlexKaras7 years ago
Champion Level 2
Hi,
... and, how do you manually activate this text editor?
(Quite often pressing F2 or clicking twice (not double-clicking) is the sequence that activates built-in editors.)