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
385
Repeating fixed columns on each page when printing
posted

Hi, my grid has three columns that is set to fixed mode. The amount of total columns is dynamically set by the user(added after first three).

I want to repeat the fixed columns on every page when I print the grid because they contain data that describe each row.

 Is there any way to do this ??

 THX

Geir

 

  • 48586
    posted

    Hi,

     

    I just wanted to know if you were able to solve your issue based on my suggestions or you still need help?

    Just let me know.

    Thank you.

  • 48586
    posted

    Hello,

     

    Currently UltraGridPrintDocumet doesn’t support build in functionality to print a grid on such way. What you could do is to use Report object, in order to make a column to be repeatable on each page. The attached sample demonstrates this approach in. Please run the sample and let me know if this will work in your scenario

     

    Please let me know if you have any further questions.

    WinGridPrintColumnOnEachePage.zip