Hi I have this grid with checkbox selection (I don’t want to use the custom checkbox column) cause some issues, i am trying to have the checkbox header to select by page. Whenever i want to change page, the checkbox header will change to default so user can select the next page then. The problem i am having is getting the paging information to select by the page size. Other thing is how to set the checkbox header to default when page is changed, and when user returns to a page that has already been checked it would show the checkbox as intermediate or checked.
I have been looking at previous posts like this one below. But still doesn’t seem to work
https://www.jqwidgets.com/community/topic/select-all-checkbox-2/
Currently:
I was able to create the checkbox event to atleast get page info but it seems to only unselect current page and selects the rest of the pages.
Here is my jsfiddle:
http://jsfiddle.net/drvo3mL0/58/