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

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -