Version

findRowIndexByCellElem Method

Returns a row's index from an element.
Syntax
ASP.NET Ajax Javascript (Specification) 
function findRowIndexByCellElem( 
   elem : {DomElement}
) : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridUtility.findRowIndexByCellElem({DomElement});

Parameters

elem
Dom element that corresponds to a row.

Return Value

Index of the row that corresponds to the element, or Null.
See Also