We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to hide column header row while printing

Hi,

I have a grid with 4 columns.
This grid has a column header.
And when i click printpreview in WindowsXP i can see a horizontal bar which contains 4 columns.
And when i see in Windows 2000 i cannot find any such problem.

What is the solution for this.

Thanks
Raghavendra

2 Replies

AD Administrator Syncfusion Team February 22, 2007 03:37 PM UTC

Hi Raghavendra,

How to hide column header row while printing?
>>>>>
Try setting the PrintColHeader property to false.

//For ColHeader...
this.grid.Properties.PrintColHeader = false;

//For RowHeader....
this.grid.Properties.PrintRowHeader= false;

Best regards,
Haneef


RA Raghav February 23, 2007 09:48 AM UTC

Thank you Mr.Haneef.

Loader.
Live Chat Icon For mobile
Up arrow icon