This question is locked. New answers and comments are not allowed.
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
The grid itself
Thanks & Regards
Chris
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