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 ?
could anybody give me a hint please ?
Metty
March 8,
var index = this.getSelectionProperty("index");
var order = this.getRowProperty("order", index );
var next = Number(order) + 1;
var nextIndex = this.getRowProperty("value", next);
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021