Version

rowFromIDPair Property

Returns a row by its ID pair. If the row is not instantiated yet it is being created and returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rowFromIDPair() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRowCollection.get_rowFromIDPair();
Remarks
The method attempts to find the row by the data key provided in the ID pair. If the attempt fails the row is sought and returned by its index.
See Also