Hi,
we see that sometimes when we have mulitple selection enabled with checkboxes in the row selectors, if we select the checkbox in the header row, sometimes we get the '_select_all_overlay' displayed which says something like, "You have selected 25 records. Select all 150 records."
i know i can hide that element manually, but is there an option to turn that overlay off?
thanks,
wvusaf
Hello wvusaf,
Yes, there is. The option is called enableSelectAllForPaging - http://help.infragistics.com/jQuery/2015.2/ui.iggridrowselectors#options:enableSelectAllForPaging
Setting it to false will do the trick.
ah, thanks, i just couldn't find that setting.
By the way, is that only available when Local paging is used?