This is an option showToggleBtnin flexigrid:
$('#mygrid').flexigrid({
showToggleBtn: false
});
The best documentation for flexigrid is simply to open a non-minified js file , the options are right at the top and have some decent comments.
source
share