Kendo ui 第13列可以';在剑道格网中不显示?

Kendo ui 第13列可以';在剑道格网中不显示?,kendo-ui,grid,multiple-columns,display,Kendo Ui,Grid,Multiple Columns,Display,在我的剑道格网中有超过13列,但我发现第13列的内容总是隐藏的。这样地, 代码在这里,只是一个演示 columns: [ { field: "priority", title: 'col13', headerAttributes: {style: "text-align: center;font-weight: bolder"},

在我的剑道格网中有超过13列,但我发现第13列的内容总是隐藏的。这样地,

代码在这里,只是一个演示

      columns: [
            {
                field: "priority",
                title: 'col13',
                headerAttributes: {style: "text-align: center;font-weight: bolder"},
                attributes: {style: "text-align: center;"}
            },
            {
                field: "priority",
                title: 'col14',
                headerAttributes: {style: "text-align: center;font-weight: bolder"},
                attributes: {style: "text-align: center;"}
            }
        ]

如果您检查页面,该值是否存在?是的,该值存在,但无法显示如果您没有得到结果,您的浏览器上应该有错误。这似乎不是一个格式问题,但您也可以检查css。你能提供更多的代码和css吗?