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

Hidden column, but Filter Row displayed in header

3 Answers 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 21 Aug 2014, 05:41 PM
Hi,

i'm going to hide a column from the grid. But if i set the option the filter row is display furthermore for this column and the layout of the grid is destroyed.

Options for the specific column
->filterable(false)
->hidden(true)

The grid itself
$gridFilterable = new \Kendo\UI\GridFilterable();
$gridFilterable->mode("row");
$grid->filterable($gridFilterable)

Thanks & Regards
Chris

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 22 Aug 2014, 10:47 AM
Hi Chris,

This is a known issue in Kendo UI v2014.2.716, however it is already addressed and the fix is included in our latest internal build (which you can download from your account) - please give it a try and let us know if you still observe any problems.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Christopher
Top achievements
Rank 1
answered on 27 Aug 2014, 12:00 PM
Hi Iliana,

in the latest internal build (which i downloaded a few minutes ago) the issue is still present. The cells for filtering in the filter row are again shown in spite of the hidden attribute.

Regards,
Chris
0
Christopher
Top achievements
Rank 1
answered on 27 Aug 2014, 12:05 PM
Hi Iliana,

sorry, i made a mistake. It definitely works well now. :-) Thanks!

Chris
Tags
Grid
Asked by
Christopher
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Christopher
Top achievements
Rank 1
Share this question
or