I have a jqgrid with pager buttons that I want to customize and I would like to keep the buttons (next, forward, first and last) from being disabled once the grid is binded (if my initial query only fills one page, the buttons get disabled). I have tried the following after reloadGrid but it's not working.
$("#MyGrid pgbuttons").removeClass("ui-state-disabled")
Any help is appreciated!