Grid

Hi,
how to get the total count the grid in case of the dynamic page loading

You can use getRowsNum() method:

var total_count = grid.getRowsNum();