Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 17, 2008 02:59
open dhtmlx forum
Grid

Hi,
How to get the count of the filtered rows in the Grid
Answer posted by Support on Nov 17, 2008 03:20
Next command
    mygrid.getRowsNum(); 
returns actual count of rows in grid, after filtering applied it will return only count of filtered rows