My datagrid is poulated with ArrayList of empInfo Objects like
datagrid. datasource = obj.getEmployees()
Then I bind it.
How do I use the DNN paging control from here.
I am able to display the control but it fetches all the info irrespective of whichever page is clicked.