Version

cellFromIDPair Property

Returns a cell by its ID pair. If the cell is not instantiated yet it is being created and returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_cellFromIDPair() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowCollection.get_cellFromIDPair();
Remarks
The method attempts to find the row and column by their ID pairs and return the cell on the crosshair if successful.
See Also