:: Forum >>

How to return active cell position in grid?

Hi

I want to find the active cell position like this:

row=4
col=3

How to do this?
Ashkan
Sunday, February 3, 2008
Try this:

col = this.getSelectedColumns();
row = this.getSelectedRows();

A.F.H
Sunday, February 3, 2008
getSelectedColumns/Rows methods return the arrays of the selected column/row indices. You can also get the current column/row with getCurrentColumn(), getCurrentRow() methods.
Alex (ActiveWidgets)
Monday, February 4, 2008

This topic is archived.


Back to support forum

Forum search