Version

scrollToView Method

Scrolls the cell into view inside of the grid's internal container element.
Syntax
ASP.NET Ajax Javascript (Specification) 
function scrollToView( 
   direction : Number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridCell.scrollToView(Number);

Parameters

direction
Indicates which direction to scroll the grid. 1 - only horizontally, 2 - only vertically, 0 or no parameter - both.
See Also