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
1871
UltraGridPrintDocument not all columns are showing in print preview dialog.
posted

Either something I changed in the grid has caused this to happen or my grid has too much data. Not sure what setting I changed to get this to stop working. I attached and screen shot and a sample project. To hard to explain in a post.

The attached image shows that the columns no longer repeat and changing it to split does not work either.

Stopped Repeating

GridExport.zip
Parents
No Data
Reply
  • 22852
    Offline posted

    Michael,

    The behavior is impacted by the setting of RowLayoutStyle on the Band and in your sample this is set to RowLayoutStyle.ColumnLayout on line 893 of Form1.Designer.cs.  If you set the RowLayoutStyle to RowLayoutStyle.None or remove this line then you would get all of the columns when you print.  I am still looking into why the behavior is different when this property is set to ColumnLayout or GroupLayout. 

    I will follow up on this thread when I have more information.

Children