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

Likely Bug - Filterable is in Row mode, setting Filterable & UI on column is ignored - Menu mode works as expected

1 Answer 143 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 15 Apr 2016, 03:59 PM

Basically, setting

<p>Filterable(ftb => ftb.Mode(GridFilterMode.Row)</p><p></p>

at the grid makes 

<p>columns.Bound(x => x.ID).Filterable(x => x.UI("numericFilter"));</p><p></p>

not work.

<p>Filterable(ftb => ftb.Mode(GridFilterMode.Menu)</p><p></p>

does work but is not the intended functionality.

 

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 19 Apr 2016, 08:19 AM
Hello Alex,


To customize the filter when using Row mode you should configure the template for the filter cell.



Regards,
Viktor Tachev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or