Hi,
I enabled selection with
this.selectionSettings = { type: "Multiple", checkboxOnly: true, persistSelection: true };
I have a column with isPrimaryKey={true} and a column of type checkbox. This is working so far, and the selection is persisted when paging.
But the selected rows are still marked as active when paging (they aren't selected, but still have the "active" css class and are still highlighted):
Example
Page 1:
Now I switch to page 2, and row 4 and 5 are still highlighted:
The guids you see are the primary keys, and they are different.
What could cause this behavior?
This happens in all browsers.
Thanks!