Hi Support Team
I have a dataGrid with a columnChooser. I tried to prevent a column from hiding.
I insert the AllowHiding parameter in the column like the documentation: https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDataGrid/Configuration/columns/#allowHidingBut this works only if dx-column-chooser mode='dragAndDrop'.
If the mode is on 'select' the allowHiding=false is ignored.
here is the plunker with the BirthDate is set on allowHiding=false
Thanks for you support
Beat Nessensohn
Hi,
Thank you for the report. I see the issue and forwarded it to our R&D team for further research. Please bear with us.
In the meantime, you can set showInColumnChooser option to "false" to achieve the same result.
Hi Artem
Thx for your response, this works for me.