| jquery Programming Glossary: multiboxonlyjqGrid multiselect is very slow with large local data and jQueryUI 1.8, jQueryUI 1.7 is fine http://stackoverflow.com/questions/3883328/jqgrid-multiselect-is-very-slow-with-large-local-data-and-jqueryui-1-8-jqueryui  gridData #testGrid .jqGrid data gridData height 'auto' rowNum gridData.length multiselect true datatype 'local' multiboxonly false gridview true not sure if this is needed since jqGrid 3.6 onSelectRow function rowid SelectRow rowid colNames 'id'.. 
 jqgrid load large data set without pagination http://stackoverflow.com/questions/5664587/jqgrid-load-large-data-set-without-pagination  right sorttype float search false  name 'note' index 'note' width 150 sortable false search false   multiselect true multiboxonly true caption Manipulating Array Data pager '#testgridpager'  Auto load while scrolling scroll true  to hide pager buttons.. 
 jqGrid Delete a Row http://stackoverflow.com/questions/6122392/jqgrid-delete-a-row  'application json charset utf 8' serializeDelData function postData return JSON.stringify postData loadui block multiboxonly true rowNum 25 rowList 25 50 100 altRows true altclass 'ui priority secondary' autoencode true autowidth true rownumbers.. 
 jqGrid inline edit: how to save again if post returns error [duplicate] http://stackoverflow.com/questions/6217630/jqgrid-inline-edit-how-to-save-again-if-post-returns-error  function  var grid #grid  grid.jqGrid  url ' Grid GetData'  datatype json  mtype 'POST'  scroll 1  multiselect true  multiboxonly true  scrollingRows true  autoencode true  colModel name 'Source' fixed true editable true width 30 name 'Est' fixed true.. 
 jqgrid - json looping issue with colModel in JSON response http://stackoverflow.com/questions/8658540/jqgrid-json-looping-issue-with-colmodel-in-json-response    repeatitems false   gridview true  pager #Pager  rowNum 2  rowList 2 4 6 8  viewrecords true   recordpos 'left'  multiboxonly true  multiselect true  sortname 'id'  sortorder desc  sorttype text  sortable true  caption h2 My JQGrid h2  width 1406.. 
 jqgrid - resize and overlay http://stackoverflow.com/questions/8671052/jqgrid-resize-and-overlay    repeatitems false   gridview true  pager #Pager  rowNum 21  rowList 21  viewrecords true   recordpos 'left'  multiboxonly true  multiselect true  sortname 'ID'  sortorder desc  sorttype text  sortable true  caption h2 MY JQGRID h2  width 1406.. 
 |