I\'m using jqGrid3.6.5 on google hosted jQueryUI1.8.2 and jQuery1.4.2
I want to change the cell padding of a jqGrid. For testing purposes I want to set it to 10px all ar
tr.jqgrow td { padding: 0px 2px 0px !important; }
This will create cell-padding for both header and content cells.