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
60
Ultragrid PrintPreview to Print Grouped Rows Only
posted

In Windows Forms application in c# using Ultraadvantage v9.2 I have a grid in which users can drag column header to group by that column, I then want only the grouped column summary rows to print when the click a button and I call printpreview.

Is there a way of doing this?

Steve Wark

  • 48586
    posted

    Hello, ­­­­­

     

    I am just checking about the progress of this issue. Let me know If you need my further assistance on this  matter?

     

    Thank you for using Infragistics Components.

  • 48586
    posted

    Hello stevewark,

    UltraGrid has an event OnInitializePrint, which is firing  when Print is Initialized. The argument of this event has a PrintLayout property, which is using for the printing, so you could use the Rows collection of PrintLayout, in order to hide the rows which you do not want to print.

    Please let me know if you have any further questions.