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 Amol,
This issue has been previously logged (#204696) and has been resolved in versions 15.2 and up.
Could you let us know which version of the product you’re currently using?
If you’re using an older version please consider upgrading to a newer one so that you may take advantage of the fix.
Hello,
I am unable to use enableSelectAllForPaging, ASGridRowSelectorsWrapper does not conatins defination for enableSelectAllForPaging
How to fix it ?
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