Version

getPrevCell Method

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

Parameters

cell
Cell object to get the previous one of.

Return Value

Previous cell object or null if no cells are available before the current one.
See Also