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
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.
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.