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

Hide column filter menu

1 Answer 123 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dina
Top achievements
Rank 1
Dina asked on 23 Dec 2016, 12:59 AM

I gave grid with .Filterable(ftb => ftb.Mode(GridFilterMode.Menu | GridFilterMode.Row))

so I have columns like

.Filterable(ftb => ftb.Multi(true).Search(true).Cell(cell => cell.Operator("contains").ShowOperators(false)));

all good

Now I do not need filter  on some column so I hide them like .Filterable(ftb => ftb.Enabled(false));

Now I need to leave only row and hide column menu filter (dropdown with filter options)

Cannot figure out how to leave only row filter

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 27 Dec 2016, 09:25 AM
Hi Dima,

Please modify the following live dojo sample to demonstrate your exact configuration and requirement, and send it back to us along with sample screenshots and detailed explanation to clarify what exactly you want to achieve:
http://dojo.telerik.com/ApUvu

Regards,
Eyup
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
Dina
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or