3.2.0

get next rowindex

Hi, I´m trying to get the next rowindex of the row I just clicked in.

could anybody give me a hint please ?
Metty
March 8,
Look at the keyboard navigation code (/source/lib/controls/grid.js, end of the file):

var index = this.getSelectionProperty("index");
var order = this.getRowProperty("order", index );
var next = Number(order) + 1;
var nextIndex = this.getRowProperty("value", next);
Alex (ActiveWidgets)
March 8,
Dear Alex,

But how do I write a JavaScript source code paragragh with the function which including the word "rowIndex", and which also reply witha row index for, say, a word "tr1" we want to search in an *.htm* file?

Look forward to hearing from you.

Kindest regards,

Jonathan
e-mail: ccwangnjit@aol.com
Jonathan
June 19,
Huh? Can you make that clearer please?
June 20,

This topic is archived.

See also:


Back to support forum