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
150
GridView Export to CSV with column headers
posted

Is there a simple way to export the column headers as the first row of values when you call export(DataToExport.ALL, ExportFormat.CSV) on a GridView control?

Parents
  • 1324
    posted

    Hello Karl,

    I hope that this functionality is not available with the Infragistics's present exporting implementation. There is no any handler by whcih we could include headers facets to be a part of exporting data.

    The woukaround what you can do here to add an extra row with the same details as the header data, but I know it will not a good solution.

    I hope it should be feature request.

    Roshan

     

     

     

Reply Children