Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
findRowIndexByCellElem Method
Returns a row's index from an element.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function findRowIndexByCellElem(
: {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.