Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by satish kumar on Dec 10, 2007 02:40
open dhtmlx forum
total rows in the grid

hi
how can i get total number of rows in the grid plz help me
Answer posted by Support on Dec 10, 2007 02:55
var total = mygrid.getRowsNum();

please beware that it work for plain grids only ( not for treeGrid )