The above solution is not working form me. Am I doing anything wrong?
var grid1=$("#grid_md").pqGrid({
width: 'auto',
height: 550,
colModel: pqcolmodel,
dataModel: pqdatamodel,
showTop: false,
editable: false,
resizable: false,
columnBorders: true,
minWidth: 10,
pageModel: { type: "local", rPP: 100, rPPOptions:[10, 100, 200, 500] },
//freezeCols: 0,
roundCorners: false,
numberCell: false,
//scrollModel: {horizontal : false},
bottomVisible: true,
stripeRows: true,
hoverMode: 'row',
selectionModel: { type: 'row', mode: 'range'}
});
$("#grid_md").enableSelection();