This is a migrated thread and some comments may be shown as answers.

GridView.PrintPreview() missing pinned column group

2 Answers 79 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 02 Oct 2015, 11:32 AM
Now that I have the ColumnGrouping working correctly, I've moved on to adding print support to my grid.  I have only implemented a call to PrintPreview() and my resulting print is missing the first column from my table.  The attached screen print shows both the source grid and print preview version.  Could this be related to having the first ColumnGroup marked with IsPinned=true?

2 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 05 Oct 2015, 03:03 PM
Hello Pete,

Thank you for writing.

This is a known issue within the printing mechanism of RadGridView. It is already logged in our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item. This bug report is prioritized and we will introduce a fix as soon as possible.

Until then, before printing the grid you would need to unpin your pinned columns and then restore their state.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Pete
Top achievements
Rank 1
answered on 05 Oct 2015, 03:28 PM
Thank you, the workaround works just fine.
Tags
GridView
Asked by
Pete
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Pete
Top achievements
Rank 1
Share this question
or