Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Export hidden columns not working in Internet Explorer
posted

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.

Parents
  • 7535
    Offline posted

    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.

    iggridExcelExporter.zip
Reply Children