3.2.0

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
December 5,
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
December 5,

This topic is archived.

See also:


Back to support forum