the 13th column can't display in kendo grid? -
it more 13 columns in kendo grid, find 13th column content hidden. this, 13th column content blank
the code here, demo
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;"} } ]
Comments
Post a Comment