How to change color theme and font size of jqgrid
问题 I have created application in MVC 4, jquery and jqgrid. I have used jqgrid in one of page as below: $('#g).jqGrid({ ajaxGridOptions: { error: function () { $('#g')[0].grid.hDiv.loading = false; alert('An error has occurred.'); } }, url: '@Url.Action("Getvalues", "cntrollName")/' + 0, postData: { ID: rowID }, datatype: 'json', jsonReader: { root: 'List', page: 'Page', total: 'TotalPages', records: 'TotalCount', repeatitems: false, id: 'ID' }, mtype: 'GET', colNames: ['GrdID', Name], colModel: