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,
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,