Hide column in ejsGrid

HI I want to hide a column that contains an id in ejs-grid. I tried setting visible property of e-column false but It doesn't seem to work. This is my code


 <ejs-grid #grid [dataSource]='tenders' [allowSorting]='true' [allowFiltering] = 'true' [filterSettings] = 'filterSettings' gridLines='Both'>
                            <e-columns>
                            <e-column field='idTender' headerText='id' [visible]='false' width='90' [filter]='filter' [isPrimaryKey]='true'></e-column>

1 Reply

BS Balaji Sekar Syncfusion Team January 25, 2022 02:21 PM UTC

Hi Tommaso, 

Greetings from Syncfusion support. 

We are unable to reproduce the reported problem with provided information. we are created a sample with your query and shared sample for your reference as below. 

Kindly share the below details to us that will help to validate further 

1. Please share the issue reproducing sample. 
2. Ensure Syncfusion package version used. 
3. Please share the output screenshot in reproducing issue. 

Regards, 
Balaji Sekar. 


Loader.
Up arrow icon