Gridview printing

  • how to print all records in grid view without scrollbars.

  • usharani.t (10/4/2011)


    how to print all records in grid view without scrollbars.

    When I have done this in the past, I created a new web form, put a repeater control on it. Then add the columns to the repeater. I pass in the dataview in a session variable and bind the repeater to the dataview.

  • This might help you if using asp.net

    <obout:Grid id="grid1" runat="server" PageSize="-1" >

    <ScrollingSettings ScrollHeight="250" />

    </obout:Grid>

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply