Bonsoir,
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
jQuery("#list").jqGrid({ 
    url: 'test'
    datatype: "xml",
    mtype: "POST",       
    rowNum:20,
    rowList:[10,20,30],
    pager: '#pager',
    sortname: 'id',
    sortorder: "asc", 
    }); 
jQuery("#list").jqGrid('filterToolbar', { stringResult: true, searchOnEnter: false });
Dans ce cas, filterToolbar transfère les paramètres sous forms json ou xml?
Merci