If I have table with many pages of data and do following actions:
1) leave lead select in first page as it is
2) go to next page - with ctrl select 2nd row
3) go to next page - with ctrl select 1st row
4) go back to previous page - 2nd row selected as expected
5) go to next (3rd) page - 1st and 2nd row is selected (expected only 1st row to be selected)
There is no any select event handler which could cause such behavior.
I have noticed such error on standard table, too.
What is causing this error?