Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > Export to PDF Document

Not answered Export to PDF Document

Feed from this thread
  • Sreekanth avatar

    Posted on Feb 2, 2012 (permalink)

    Hi Team,

    I have a datagrid with couple of records. And the datagrid has paging enabled.
    I would like to generate a PDF file using the datagrid and its data...
    PDF should contain data of all pages of the grid.
    Please let me know how can i achieve this using  RADTelerik Controls.

    Regards,
    Sreekanth

    Reply

  • Vlad Vlad admin's avatar

    Posted on Feb 3, 2012 (permalink)

    Hello,

    Following this online demo, in the AddDataRows method you need to pass a collection with the items from all the pages. The GridView.Items collection contains only the items on the current page.
    To learn how to export the entire PagedSource, please take a look at this forum thread.

    All the best,
    Vlad
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Didie Didie admin's avatar

    Posted on Feb 3, 2012 (permalink)

    Hello,

    Following this online demo, in the AddDataRows method you need to pass a collection with the items from all the pages. The GridView.Items collection contains only the items on the current page.

    All the best,
    Didie
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > Export to PDF Document