Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getNextRow Method
Gets next DOM element row.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getNextRow(
: {DomElement}
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.getNextRow({DomElement}); |
Parameters
- element
- DOM element of a row in the grid. This is an optional parameter. If no parameters are passed in the first row element is returned.
Return Value
Next row element or nul if no more rows available.
See Also