Uzyskaj indeks po wypchnięciu wartości w tablicy w JS
var testRowIndex = gridData.push(TestRow) - 1;
Gentle Gnat
var testRowIndex = gridData.push(TestRow) - 1;