I want to Hide column from kendo grid when report type is selected NTR. How can i hide
{
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
},
My problem is here i want to hide this column from kendo grid when i select input parameter reportType is NTR
My problem is here i want to hide this column from kendo grid when i select input parameter reportType is NTR