我正在尝试从excel复制并粘贴数据到jqGrid中。使用的Grid Properties是:
width: '1200px',
height: '600px',
sortable: true,
sortmode: "many",
filterable: true,
source: dataAdapter,
editable: true,
enabletooltips: true,
selectionmode: 'multiplecellsadvanced',
filtermode: 'excel',
autoshowfiltericon: false,
enablebrowserselection: true,
已复制的行将遍历网格,而不是扩展行的计数大小,以便可以复制新行。任何解决这种情况的办法。