2017-08-31 51 views

回答

0

这里的过滤器的一个示例:

<kendo-grid-column field="ProductName" title="Product Name"> 
    <ng-template kendoGridFilterCellTemplate let-filter let-column="column"> 
    <kendo-grid-string-filter-cell 
     [showOperators]="false" 
     [column]="column" 
     [filter]="filter"> 
    </kendo-grid-string-filter-cell> 
    </ng-template> 
</kendo-grid-column> 

http://www.telerik.com/kendo-angular-ui/components/grid/filtering/built-in-template/

+0

嗨,我已经更新了这个问题。我需要设置精确的过滤器。 – Lanka