:: Forum >>

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
Wednesday, April 6, 2011
sort triggers full refresh. in this case if you want to modify scrollTop you should do it after small delay (setTimeout etc.)
Alex (ActiveWidgets)
Wednesday, April 6, 2011
Thanks,
Ed
Wednesday, April 6, 2011

This topic is archived.


Back to support forum

Forum search