I am trying to select all rows, but I also have paging enabled. I am using the angular grid control.
I have checkbox column with a checkbox for select all in the header row. I am utilizing the option that I have seen in other posts to select all:
grid.items().addClass('k-state-selected');
This seems to work for the page that I am viewing, but I want to select all rows on all pages. Is there a way to do this with paging enabled?