:: Forum >>
How To Select A Cell
After editing a certain column, I want to move the selection to the next cell.
What command would I use to click an adjacent cell? That is, the effect I want is to arbitrarily click on some other cell, the same as if the user had single-clicked the cell.
- ej
ericj
Tuesday, December 5, 2006
I answered this problem by looking at the sample examples/quickref/grid.htm:
obj.setSelectedColumns([3]);
obj.setSelectedRows([3]);
This will select the single cell at (3,3).
ericj
Tuesday, December 5, 2006
This topic is archived.
Back to support forum
Forum search