Select last row onload the grid
Is there a cute solution for this? I'm selecting the last row with:
obj.selectRow(obj.getRowPosition([myCells.length-1]));
but i want to scroll to the last page automaticly... Same end key is pressed.
obj.selectRow(obj.getRowPosition([myCells.length-1]));
but i want to scroll to the last page automaticly... Same end key is pressed.
Frank
May 25,