3.2.0

Scroll Top

If I

searchGrid.setSlectedRows(ix)

and then

searchGrid.setScrollTop ( ix * searchGrid.getRowHeight ( 0 ) );

scroll top is fine but if the user clicks on column header and sorts by that column it doesn't work. Is there a way I can account for that?

Thanks,
Ed
April 6,
sort triggers full refresh. in this case if you want to modify scrollTop you should do it after small delay (setTimeout etc.)
Alex (ActiveWidgets)
April 6,
Thanks,
Ed
April 6,

This topic is archived.

See also:


Back to support forum