From @pandey-mohit on April 7, 2015 10:33
This link is present in your officical site under "Server-Side Paging Example"
http://plnkr.co/edit/50vJrs?p=preview
Steps to reporduce:
- Select number of rows in 1st page, let say, you selected 2 rows. Then, "Selected Items" counts will show "2".
- Now move to 2nd page and do not perform any action.
- Now come back(navigate) to 1st page again.
- Here, no row is selected but "Selected Items" counts still show "2". Moreover, if we select more rows, it will start incrementing the count from "2" to "3". And on unselecting, count will go back to "2" (but not to zero, in any case).
Copied from original issue: angular-ui/ui-grid#3224