The problem that I'm working with is that there is an exam that has sessions and each session has its applicants , I'm using JQgrid to select each session applicants
when I press select all check box then all rows in the page is selected whether the row is hidden or not .. the hidden rows are for different sessions and I'm hiding them to display them as selected if the user entered to the corresponding session
my question is .. how can I select all non hidden rows in a page .