I'm using jqgrid 3.8.2 (I know it's old, I'm going to try to update it after asking this :-) )
I added a couple in-line buttons to my jqgrid, I'm using the default formatter 'actions' and adding the buttons in the loadComplete event. It works fine, I can add my custom buttons, but the thing is I don't need the default buttons, edit and delete, so when I go ahead and hide them with
formatoptions: { editButton:false, delButton:false }
It hides everything; hiding them individually isn't a problem, but both.
Any advice?