Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 22, 2008 02:36
open dhtmlx forum
Grid

Hi,
how to get the total count the grid in case of the dynamic page loading
Answer posted by Support on Oct 22, 2008 08:04
You can use getRowsNum() method:

var total_count = grid.getRowsNum();