Declined
Last Updated: 29 Mar 2019 07:34 by ADMIN
Grzegorz
Created on: 28 Mar 2019 12:24
Category: KendoReact
Type: Feature Request
3
Grid - hidding a column
As in the JQuery version, it would be good to have the option of hidding a column. 
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.hidden
1 comment
ADMIN
Stefan
Posted on: 29 Mar 2019 07:34
Hello, Grzegorz,

The KendoReact Grid supports two approaches for hidden and showing a column:

1) Use a columns array and set a property based on which they will be shown and hidden.

https://stackblitz.com/edit/react-xdjj21?file=app/main.jsx

2) Use the React approach to how hidden element using the "and" operator.

https://stackblitz.com/edit/react-zmy2d1?file=app/main.jsx

As we are trying to follow the React way of handling specific cases, some of the jQuery properties will not be implemented in the same way.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items