Can somebody help me with printing a webgirid.
I want to open a pop up(acts as print preview) window when i click on the print icon, the pop up should display the grid in printable state (without any styles just plain text inside table).
You can check out the discussion in the followin forum thread:
http://forums.infragistics.com/forums/p/3249/17797.aspx#17797
It provides a lot of information on printing grids and all related media/css problems.
One additional approach you may want to consider is first exporting the grid to Word / PDF and then provide the printing option from there (PDF in particular is very good for printing).
Thanks Rumen,
I read the discussion and tried using readonly property but it did not help I even tried printerfriendly.
Is it because I am trying to render the grid using HtmlTextWriter.and even with this it only renders till the header.
any thoughts on this will be helpful