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

Disabled filter suggestion

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Xavier Mingo
Top achievements
Rank 1
Xavier Mingo asked on 08 Mar 2017, 10:29 AM

Hello,

How can I hide and stop filter suggestion in column's grid?

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 13 Mar 2017, 06:06 AM
Hello Xavier,

An easy solution for preventing the built-in behavior of the filter is to set the MinLength propety of Filterable->Cell to a high value:
.Filterable(ftb => ftb.Cell(cell => cell.MinLength(9999)))

Another option is to use  cell template and define a simple input element for the filter:
.Filterable(ftb => ftb.Cell(cell => cell.Template("filterTemplate")


Best Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Xavier Mingo
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or