We have our custom functions to persist state, this was before jqGrid implemented saving/restoring functions.
We are using the column chooser plugin, it has done function where we call our function to save state.
|
1 2 3 4 5 6 7 8 |
$grid.jqGrid('columnChooser',{ modal:true, done:function(perm){ if(perm){ ... } } }); |
Now that there is columns in column menu – when user reorders columns or show/hides is there a done event – so we can still use our custom persist state functions?
Kris
Gurrido customer
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top