Version

getLastVisualRow Method

Gets last visible row in the grid. This row may be an add new row, filter row, or a regular data row.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getLastVisualRow() : GridRow;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridUtility.getLastVisualRow();
See Also