Por que a tabela.Current.Row.Length não está funcionando
window.onload = function(){
var table = document.getElementById("tbl");
console.log(table.querySelectorAll("tbody tr").length);
}
Ibrahim