i have code in javascript doc :
alert(’1′);
$(â€#cslogup1_listâ€).html(â€aâ€);
jQuery(â€#cslogup1_listâ€).jqGrid({
url :’cslogup_e.php?md=m’,
datatype : “jsonâ€,
colNames :,
colModel :[
{name:’id’, index: ‘id’,width:30, editable:false},
{name:’table_name’, width:105, editable:false},
{name:’qty1′, width:35, align:”center”,editable:false}
],
rowNum : 50,
rowList : [25,50,75],
imgpath : gridimgpath,
pager : jQuery(’#cslogup1_pager’),
sortname : ‘table_name’,
viewrecords : true,
sortorder : “ascâ€,
caption : “Table Listâ€,
searchOn : true,
shrinkToFit : false,
height : 200,
width : 260
}).navGrid(’#cslogup1_pager’,
{refresh: true, add: false, edit: false, del: false, search: true},
{height:400, width: 250 } // search options
);alert(’2′);
i’m not using jqtree to call the program..
command alert(’1′) works, but the grid and alert(’2′) is not working..
my question is why the jqgrid not appear?
can anybody tell me, why can it happens?
thx a lot..
i’m a newbie
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top