G
Gian Torralba
Guest
Hello, Did the previous sample code works? If not, there is a JQuery alternative that we are using. What we do is we count the number of rows using the grid number and then the class name of the "tr" element. //run on delete event of grid function funcName(gridNo){ var rowCount = $("#rbi_gridTable_" gridNo " tr[id*=rbi_gridRow]").length; } Thank you, Gian
Continue reading...
Continue reading...