- This topic has 1 reply, 2 voices, and was last updated 3 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › allowHide is not working
Tagged: data grid, datagrid hide column, hide column
Hi,
We need to hide some columns, so we are setting “allowHide” property to true for that particular column.\
this is how we implemented.. “{ label: ‘Hidable column’, dataField: “column”, allowHide: true, allowResize: true, allowEdit: false },”
Thank you for your help and looking forward to your early reply.
Thanks
Nikhil Jain
Hi Nikhil,
allowHide does not hide a column. It determines whether a column can be hidden via the column chooser. To hide a column you should use the visible property and set it to false.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/