I want to hide this column from a Kendo grid when the set the reportType input parameter to NTR. How can I do that?
{
field: "SrNo",
title: "Grounds of Suspicion",
template: ({ SrNo }) => `<a style='color: blue !important; cursor: pointer;width:100%' data-ng-click=\"$parent.displayDetails('${SrNo}\')\">details</a>`,
width: 100
},