Forum Post: RE: Get total number of records in a Grid Control

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top