Hi,
I’m using jqgrid for a project and I think it’s really amazing. I read the documentation and lots of the source code of jqgrid but i didn’t find a way to trigger a function when a grid has the multiselect enabled and the user select/unselect all rows using the common check box. Maybe it’s my fault, as I didn’t have enough time to ask for it before, but, if you want, I’ve created a new property on the grid, the “onSelectAll”, which can be null or a function with one parameter, “selected”.
When all rows are selected, onSelectAll is called with true, and all rows are unchecked, the function is called with false.
Please let me know if it is completely unnecessary.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top