从Excel复制数据-JQWidgets网格

时间:2018-10-24 18:59:12

标签: jquery jqxgrid jqwidget

我正在尝试从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,

已复制的行将遍历网格,而不是扩展行的计数大小,以便可以复制新行。任何解决这种情况的办法。

0 个答案:

没有答案