I used #master_checkbox in my grid which displays checkbox at header. My grid displays 20 records per page.when this checkbox is selected/checked, all the records in the grid are selected where as I want only the active page records to be selected. In other words I have 24 records in grid which are displayed in two pages with 20 per records per page. When second page is active and I check master checkbox, I want only 4 records in this page to display. Is this possible?