This is a migrated thread and some comments may be shown as answers.

<kendo-grid-string-filter-menu> customization

2 Answers 671 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Yuriy
Top achievements
Rank 1
Yuriy asked on 06 Feb 2018, 07:31 PM

Hi,

is there a way to leave only the first input for a filter an remove all the others?
Or any other way to get rid of extra "AND" options.

Thanks,

Yuriy

2 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 07 Feb 2018, 06:58 AM
Hello Yuriy,


Indeed, this is possible by setting the `extra` option  of the StringFilterMenuComponent to false. Similar to the following:

<kendo-grid-column field="ProductName" title="Product Name">
   <ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
     <kendo-grid-string-filter-menu [extra]="false" [column]="column" [filter]="filter" [filterService]="filterService">
     </kendo-grid-string-filter-menu>
   </ng-template>
</kendo-grid-column>


Regards,
Rosen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Yuriy
Top achievements
Rank 1
answered on 07 Feb 2018, 03:25 PM
Thanks! It worked
Tags
General Discussions
Asked by
Yuriy
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Yuriy
Top achievements
Rank 1
Share this question
or