Hello
I’m using Grid in paging mode and would like to include a master_checkbox. Problem is that grid can have 3.000+ rows. Every row is an order and has to be verified and checked. To get it faster i thought in a master_checkbox to verify rows and finally check the whole page.
Problem is that master_checkbox always check all rows. Is there a way that master_checkbox only check rows from the actual page (paging mode) ?
Thank you