Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getRowFromCellElem Method
Returns a row object from a cell element.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getRowFromCellElem(
: {DomElement}
) : GridRow; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.getRowFromCellElem({DomElement}); |
Parameters
- elem
- Dom element that corresponds to a grid cell.
Return Value
Row object that correspond to the cell element, or null.
See Also