Hi,
I am defining some columns for a kendogrid
sortable: true,
columnMenu: true,
resizable: true,
scrollable: false,
columns: [
{ field: 'Owner', title: 'Owner' },
{ title: 'W-M', template: '#= WeightCarried # | #= Medication # '},
]
Why does the Owner column have a columnMenu, is resizable, and sortable, but the other column cannot do any of these?
Is this a limitation when using a template? Or am I simply missing some additional option?
I am defining some columns for a kendogrid
sortable: true,
columnMenu: true,
resizable: true,
scrollable: false,
columns: [
{ field: 'Owner', title: 'Owner' },
{ title: 'W-M', template: '#= WeightCarried # | #= Medication # '},
]
Why does the Owner column have a columnMenu, is resizable, and sortable, but the other column cannot do any of these?
Is this a limitation when using a template? Or am I simply missing some additional option?