Hi,
I have set scroll: true and multiselect: true on my grid. When miultiselect is set to true and I tick the check box at the top of the column, then any rows visible in the grid are automatically selected. If you then scroll and more rows appear in the grid they are not selected. I can understand why, because of course as you scroll there is an ajax request back to the server to fetch more rows.
But I'm trying to acheive a scenario where if you click the checkbox at the top of the row then all rows are selected (and a getGridParam('selarrow') would return all rows. Is this possible?
Regards,
Simon
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top