小编Gol*_*dar的帖子

Kendo UI Grid导出到Excel/PDF不能在IE9上运行


我有问题在IE9中将Kendo UI Grid导出为ex​​cel和pdf.
Everythig使用Chrome工作正常,但在IE9中没有任何反应.
这是我的网格.有什么不对或丢失吗?

        $("#gridDetalhes").kendoGrid({

            dataSource: {
                data: myJsonList
            },


            excel: {
                allPages: true,
                fileName: "SGD_Detalhes.xlsx"
            },


            toolbar: ["excel", "pdf"],


            columns: [


                   { field: "DataInicio", width: "135px", title: "Início", type: "date", template: '#= kendo.toString(DataInicio,"dd/MM/yyyy HH:mm:ss") #' },
                   { field: "DataFim", width: "135px", title: "Fim", type: "date", template: '#= kendo.toString(DataFim,"dd/MM/yyyy HH:mm:ss") #' },
                   { field: "Duracao", width: "80px", title: "Duração", type: "string" },
                   { field: "Gerador", width: "40px", title: "A/M", type: "string" },
                   { field: "Identificador", width: "120px", title: "Identificador", …
Run Code Online (Sandbox Code Playgroud)

grid export internet-explorer-9

4
推荐指数
1
解决办法
4945
查看次数

标签 统计

export ×1

grid ×1

internet-explorer-9 ×1