How to change pager background color in JqGrid? – CSS
I tried this : Change styling of jqgrid But it's not working as i'm not using bootstrap version of JqGrid. I achieved to change the rownum color by doing this in HTML : <style type="text/css"> .jqgrow .jqgrid-rownum { background-color: transparent;…