Version

getNextCell Method

Gets next cell object in the tab order.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getNextCell( 
   cell : GridCell
) : GridCell;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridUtility.getNextCell(GridCell);

Parameters

cell
Cell object to get the next one of.

Return Value

Next cell object or null if no cells are available after the current one.
See Also