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
280
save the data from data table to pdf format not from ultragrid.
posted

Hi all,

I want to save the data table not ultragrid content to PDF and preview it.

For ultrawingrid there are lots of examples but i want to show the data from data table directly to PDF.

Thanks & Regards,

Suman George

  • 469350
    Offline posted

    Hi,

    There's no one-step way to do this like there is with exporting a grid. You would have to loop through your data source and create the PDF yourself, probably using a table or grid and the populating the cells.

    It would actually be easier to simply create a grid in code, add it to the form, bind it to your data source, and then export the grid.