Hi,
I am selecting all rows in grid using selectAll(). But this does not select rows across pages when I traverse to next page.
Rows are selected if I use selectRows, though.
I am using grid v2.0
Thanks in advance,
Nishan
This is expected behaviour as selectAll() method selects rows only from the current page.