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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744274602a4566267.html
评论列表(0条)