http://jsfiddle.net/zhangming870/cpr8kbze/2/
Hi experts, as you can see in my fiddle, if I check the left top check box, it will select all items in current page. And I have a requirement that user check the left top check box, and all items get selected, no matter which page it locates. Is it possbile to select all items of all pages in grid as long as user click the "select all" checkbox??? Thanks!
Hello,
There is an option called "enableSelectAllForPaging", which shows an overlay when the "select all" checkbox is checked. It provides the option to select all records, regardless of page.
This can be enabled in the RowSelectors feature.
enableSelectAllForPaging: true
Here's a link to the API:
http://www.igniteui.com/help/api/2016.1/ui.iggridrowselectors#options:enableSelectAllForPaging
Elizabeth AlbertLocalization Engineer
I am unable to use enableSelectAllForPaging, ASGridRowSelectorsWrapper does not conatins defination for enableSelectAllForPaging
How to fix it ?