jaimi
|
 |
« on: April 09, 2015, 11:06:19 PM » |
|
Hi, I noticed a strange behavior:
When "pagination" is set to true, then it calls the "url" twice.
Does anyone has an explanation?
$('#edgFutter').edatagrid({ title : 'Ration', iconCls:'icon-futter', width:'100%', height:'auto', collapsible : 'true',
columns:[[ {field:'OLT33I021T_KEY',title:'RATKey',width:080,sortable:'true'/*,hidden:'true'*/} ,{field:'OLT30A001T_KEY',title:'HOMKey',width:080,sortable:'true'/*,hidden:'true'*/} ,{field:'OLT33H009T_KEY',title:'FUTKey',width:080,sortable:'true'/*,hidden:'true'*/} ]]//columns ,toolbar : '#tobFutter' ,url : 'futter.act.php?frm=frmRAT&act=T&prk=' + vPRK ,remoteSort : 'true' ,idField : 'OLT33I021T_KEY' ,queryParams : {sort: 'FUT_NAME', order: 'ASC'} ,rownumbers : false ,singleSelect: 'true' ,pagination : false ,pageSize : 20 ,pageList : [10,20,30,40,50] ,pagePosition: 'top' ,destroyMsg : { norecord:{title:'Hinweis', msg: 'Es wurde kein Satz ausgewählt.' }, confirm :{title:'Bestätigung', msg: 'Klicken Sie Ok, um den Datensatz zu löschen.' } }//destroyMsg });//edatagrid
|