cancel
Showing results for 
Search instead for 
Did you mean: 

how to control the scroller of an iGrid applet

Former Member
0 Kudos

Hi masters

I should develop a page with an igrid that will have its lines selected dinamically, so the question is, how can I control the igrid vertical scroll to set to the selected lina ?

with this code I can select the 40 line, but the scroller are still in the first lines

var applet = document.PesquisarOrdensApplet; 

var grid = applet.getGridObject();  

grid.setSelectedRow(40);

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

setFirstVisibleRow

Former Member
0 Kudos

thank you Jeremy

Answers (0)