Forum



02:58

29/05/2010

Hi ;
I am trying to get a select to appear, witt quantitites of zero through 10.
But the SELECT does not work. The default value of zero is set OK, but when I select the row, nothing happens.
any ideas?
<script type="text/javascript">
var lastsel2;
jQuery("#list4").jqGrid({
datatype: "local",
height: 550,
//colNames:['Inv No','Date', 'Client', 'Amount','Tax','Total','Notes'],
colNames:['Id','Product', 'PointValue', 'ship','Quantity'],
colModel:[
{name:'Id',index:'Id', width:25, sorttype:"int"},
{name:'Product',index:'Product', width:180, sorttype:"text"},
{name:'PointValue',index:'PointValue', width:90, sorttype:"int"},
{name:'ship',index:'ship', width:70, editable: true,edittype:"select",editoptions:{value:"FE:FedEx;IN:InTime;TN:TNT;AR:ARAMEX"}},
{name:'quantity',index:'quantity', width:58, editable: true,edittype:"select",editoptions:{value:"0:0;1:1;2:2;3:3;4:4;5:5;6:6;7:7;8:8;9:9"}}
],
onSelectRow: function(Id){ if(Id && Id!==lastsel2){ jQuery('#list4').jqGrid('restoreRow',lastsel2); jQuery('#list4').jqGrid('editRow',Id,true); lastsel2=Id; } },
multiselect: false,
caption: "Woof Woof "
});
</script>
---php code---
echo("<script type='text/javascript'>");
echo("var mydata = [{Id:'$k_product_grid',Product:'$product_name',PointValue:'$points_grid',ship:'TNT',quantity:'0'}];");
echo("jQuery('#list4').jqGrid('addRowData',$index,mydata[0]);");
echo("</script>");
21:25

29/05/2010

OK, it is fixed. I was missing these include files:
<script src="../../jquery.jqGrid-3.6.5/src/jquery.fmatter.js" type="text/javascript"></script>
<script src="../../jquery.jqGrid-3.6.5/src/grid.inlinedit.js" type="text/javascript"></script>
<script src="../../jquery.jqGrid-3.6.5/src/grid.celledit.js" type="text/javascript"></script>
<script src="../../jquery.jqGrid-3.6.5/src/grid.common.js" type="text/javascript"></script>
<script src="../../jquery.jqGrid-3.6.5/src/grid.formedit.js" type="text/javascript"></script>
Most Users Ever Online: 715
Currently Online:
68 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66