3.2.0

How to I *set* a selected row.

I've got an input widget on the page, and I'd like to set the selected row of the grid based on some input.

(Where the input is a search into the data, a "goto row #", or whatever.)

How can I do this?
Clinton
September 13,
Hello,

to select a specific row just use something like this:

grid.setProperty("selection/index", lineNumber);
Gernot
September 14,
Where i have to edit/add this abve line
October 13,

This topic is archived.

See also:


Back to support forum