turneroryx
New Member
I am using jqgrid and an asp.net mvc 3 application. The data is fine, the navgrid is the issue. The image explains it all, its just not being displayed properly. Thanks for the help!\[code\]<link href="http://stackoverflow.com/Content/ui.jqgrid.css" rel="stylesheet" type="text/css" /><script src="http://stackoverflow.com/Scripts/jquery-1.7.2.min.js" type="text/javascript"></script><script src="http://stackoverflow.com/Scripts/jquery.jqGrid.min.js" type="text/javascript"></script><script src="http://stackoverflow.com/Scripts/i18n/grid.locale-en.js" type="text/javascript"></script>$("#list").jqGrid({ url: 'http://shah.localhost:3203/App/GetTables', datatype: 'json', mtype: 'GET', jsonReader: { repeatitems: false }, colModel: [ { name: 'id', label: 'Table Number', width: 105 }, { name: 'seatCount', label: 'Seat Count', width: 105 }, { name: 'canCombine', label: 'Combinable?', width: 120 } ], rowNum: 10, rowList: [10, 20, 30], sortname: 'id', sortorder: 'desc', viewrecords: true, gridview: true, caption: 'My first grid', pager: 'pager' }); }); $("#list").navGrid('#gridpager', { add: true }, {}, {}, {}, {}, {closeOnEscape: true});\[/code\]my html tags:\[code\]<table id="list"><tr><td/></tr></table> <div id="pager"></div>\[/code\]Image:Thats not the image getting cut off, thats how the navgrid entirely shows