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
415
Can the Excel Exporter export hidden grid columns?
posted

Is there a property or event to enable the export of hidden grid columns?

Parents
  • 469350
    Suggested Answer
    Offline posted

    Handle the BeginExport event. The event will pass you an ExportLayout. This is a clone of the DisplayLayout of the grid. So you can modify this layout any way you like and it will affect the export without affecting the on-screen grid. So you could, for example, set the Hidden property on some of the grid columns to false.

Reply Children
No Data