:: Forum >>

Set Row On Grid Refresh

I am trying to set where the grid is on a grid refresh.
I dont care if the row iis at the bottom or the top of the grid screen, just need to go to the record.

i tried

obj.setCurrentRow(110); // could be at the bottom of the visible area

but that doenst work
Joe
Friday, August 6, 2010
// select row 110 and scroll into view
obj.setTimeout(function(){
this.selectRow(110);
}, 1000);
Alex (ActiveWidgets)
Friday, August 6, 2010

This topic is archived.


Back to support forum

Forum search