dropdown list box to display in the row..
- by kumar
Please can any body tell me is this right what I am doing here..
I need to display a dropdown list box in each row in the grid
var lastsel2;
$("#table1").jqGrid({
scroll: 1,
sortable: true,
url: '/friends/names/shiva',
datatype: "json",
mtype: 'GET',
height: 200,
…