Hi,
I am using the radGrid for a print preview page. Here I am using the Grid in a table in the page and the width of the Grid is a Percentage (%) of the Table/Page. This works perfectly by resizing the grid width as I resize the page.
So, it works for different screen resolutions also.
Also in the grid I am using the following option:
Now, as far as the height of the grid is concerned, when I put Pixels (px),then it works by adjusting the height statically. (Of course this messes the grid view in lower/higher resolutions).
But, when I put the height of the grid as Percentage (%) of the Table/Page, this completely collapses the grid and I cannot see anything on the Grid.
My aim is to display the data in the Grid completely on the "Print Preview" page when I resize the page.
Another option would be to allow viewing of data in grid by scrolling and allow me to print all the Grid data.
But, in the following post, it is mentioned that direct printing of the data in grid is not supported:
http://www.telerik.com/community/forums/aspnet-ajax/grid/print-grid-data.aspx
But I know that there is possibly a way to use some other function to print all the data in the grid or at least adjust the height of the grid so that the display of the Print preview page is better (which can then be printed by page print).
Thank you.
~schaturvedi
I am using the radGrid for a print preview page. Here I am using the Grid in a table in the page and the width of the Grid is a Percentage (%) of the Table/Page. This works perfectly by resizing the grid width as I resize the page.
So, it works for different screen resolutions also.
Also in the grid I am using the following option:
<
PagerStyle Mode ="NextPrevNumericAndAdvanced" AlwaysVisible="true" />
Now, as far as the height of the grid is concerned, when I put Pixels (px),then it works by adjusting the height statically. (Of course this messes the grid view in lower/higher resolutions).
But, when I put the height of the grid as Percentage (%) of the Table/Page, this completely collapses the grid and I cannot see anything on the Grid.
My aim is to display the data in the Grid completely on the "Print Preview" page when I resize the page.
Another option would be to allow viewing of data in grid by scrolling and allow me to print all the Grid data.
But, in the following post, it is mentioned that direct printing of the data in grid is not supported:
http://www.telerik.com/community/forums/aspnet-ajax/grid/print-grid-data.aspx
But I know that there is possibly a way to use some other function to print all the data in the grid or at least adjust the height of the grid so that the display of the Print preview page is better (which can then be printed by page print).
Thank you.
~schaturvedi