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
284
Export to HTML and CSV
posted

I am looking for a way to export Ultrawingrid into HTML and CSV file. After knowing that there is no direct support available to export to html and csv . Is there any indirect way to do exporting or any trick to do that ?

 

Parents
  • 469350
    Verified Answer
    Offline posted

    There's no great trick to this. But the grid does have some built-in support for exporting that you might be able to take advantage of. The grid itself has an Export method which takes in an object that implements an interface. The grid will then call methods on the interface to guide you through the process of exporting. It will, fire a method to tell you to begin the export, then gives you each row in order for processing, and then a final method when the export should be complete.

    Converting the grid row into a csv or html format is, of course, up to you.

Reply Children
No Data