Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1055
Printpreview of grid works not correct
posted

In my application I have a view grids. On each grid you can click print preview. All this click events are calling the same method, which is greating a UltraGridPrintDocument with "FitWidthToPages = 1". In every grid this works perfect without this grid:

You can see, that the "FitWidthInPages" doesn't work as expacted.

Additionally, you can see here the next curious thing. Here you can see the widest point of the grid but the scroll bar is really small.

I have one more: If I scoll a little bit. the expanders stays at thier places but the rows are moving. That looks really funny:

Can anyone give me a cause for this things?

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    The printing issue here looks like a bug. Are you using the latest Hot Fix? There was a bug in the PrintPreview dialog that was recently fixed and this could be the same issue.

    Regarding the other two issues, this looks to me like you have UseFixedHeaders set to true.

Children