Hi,
I am trying to print a ultra grid data using Ultragridprintdocument. Since, i have too many columns, when i print it. the data comes in small size (since i want to fit in a single page).
What i want to ask is if there is any way i can split the columns on the same page? For example. for any row , I want to print first 5 columns values on first half ( upper half) of the page and remaining columns on lower half of the same page?
Is this possible? pls let me know.
Thanksmiztaken
No, there is no way to do this.
However... the grid has the ability to span a single record of your data into multiple visible rows. You can do this using Groups and Level, or using a RowLayout. So you could set up your grid so that the columns are aligned in two visible rows for each row of data and save some horizontal space that way.
Thanks a lot Mike. I used RowLayout and it worked like a charm. :)