Hello Team,
I need to export the hidden columns from the Ignite UI grid (16.2).
I am using the below code to hide the column.
{ headerText: "Samples", key: "Samples", dataType: "string", width: "0px"}
I applied the gridFeatureOptions's property, "hiding:none". It works in chrome. But in Internet Explorer, the column is hidden. But I want hidden column to show always.
Please help us to proceed further.
Hello Satkhi,
Thank you for posting to our forum.
I looked into your code and noticed that you set the zero width to hide the column instead if you use ‘Hiding’ feature of the grid and hide the column through its column setting everything will work as expected.It will hide the column from the grid and will be visible while exporting.
I have attached a sample I have created for your reference.
Please find the attached sample and let me know if you need further assistance.
Hi,
I am also getting the same kind of issue. I had tried your attached sample. It works perfect.
But, could you please provide the sample without using "Hiding" property of grid.