Author Topic: Hidden property not working in the Column grouping  (Read 1844 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Hidden property not working in the Column grouping
« on: December 26, 2018, 03:48:13 pm »
Hello Team,

We created a column group and want to hide some columns. But seems hidden property not working for child columns.

We created a plunkar for our issue. Please check and give your valuable feedback.

Plunkar URL: https://next.plnkr.co/edit/Qw3Mnuya2s0b6kLu

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6264
    • View Profile
Re: Hidden property not working in the Column grouping
« Reply #1 on: December 27, 2018, 09:36:59 am »
The visible/hidden state of children columns of a collapsible parent can't be forced or set manually with hidden property.

If parent is a collapsible column, then children columns hidden / visible state is auto managed by grid depending upon configuration options column.collapsible and column.showIfOpen.

If you need to keep a column hidden, then either take it out of a collapsible parent or remove collapsible property from the parent.
« Last Edit: December 27, 2018, 09:40:17 am by paramquery »