I am using kendo grid for displaying data, [filterable]="true" in web page showing filters, but i want hide only filter icon button. i tried css but it is not working. can you please help me on that.I tried bellow code but not working.
<kendo-grid [data]="gridData" [filterable]="true", [filterable.extra]="false"><kendo-grid> <kendo-grid [data]="gridData" [filterable]="true", [filterable.cell.enabled]="false"><kendo-grid>
css:
span.k-widget.k-dropdown.k-header.k-dropdown-operator {
display: none;
}
I am new to kendo-grid, angular2/5 and typescript, can you please help me.
As per the comments in this question, my understanding is that, OP wants the icon on the filter to be gone. If so, try this. I just tested it. Should work for filter (Not clear filter icon)