jQWidgets Forums

jQuery UI Widgets Forums Grid Print whole jqxgrid

Tagged: 

This topic contains 4 replies, has 3 voices, and was last updated by  Murthy 12 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Print whole jqxgrid #14735

    is it really possible to print whole jqxgrid content by using window.print()?

    Print whole jqxgrid #14736

    Peter Stoev
    Keymaster

    Hi experiencesid,

    I am afraid that we do not have printing support built-in the widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Print whole jqxgrid #14773

    Murthy
    Member

    Is it possible to get the HTML content in the Grid

    Print whole jqxgrid #14775

    Peter Stoev
    Keymaster

    Hi Murthy,

    Getting the HTML of the Grid is easy. Select its DIV tag and use the jQuery’s html function. However, I do not see why you will need that, because the Grid’s HTML will not include all rows. It will include only the visible rows. You might consider exporting the Grid to HTML i.e to create a HTML Table from all Grid records. An example of that can be found in our Examples Project – Data Export sample.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Print whole jqxgrid #14985

    Murthy
    Member

    Hi Peter,

    I want to print the grid, that what i am seeing in the grid. (only visible rows with theme and groups and aggregates.)

    I think there is no in-built data exporting or Printing option with (theme,groups and aggregates.)

    So that, i am trying to get the HTML content of the grid, with that content open a new window and print the window…
    is it a right way?

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.