I am trying to set the onSelectAll parameter to call a function and nothing happens when I click the header checkbox.
I have multiselect: true.
Here is the code I'm using to set the param:
$grid.setGridParam({onSelectAll: function(row, status) {alert(“OMG!”);}});
$('#grid').jqGrid('setGridParam','onSelectAll', function(){alert(“OMG”);});
Neither line of code works.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top