my column defination for kendo grid
columns: [
{ field: "centreName", title: "Centre Name", width: "180px" },
{ field: "address", title: "Address", width: "188px", encoded: false },
{ field: "programme", title: "Programme", width: "180px", encoded: false },
{ field: "action", width: "180px", encoded: false }
],
I don't want to print the column title for action
current output is