indexOf Method
Returns the index of the row in the given collection, -1 if not found.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function indexOf(
: GridRow
) : Integer; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridSelectedRowCollection.indexOf(GridRow); |