I have to print the details in an ultragrid. Before printing i tried to preview the grid details using UltraPrintPreviewDialog. Some text in the cells of the gird are not fully displayed in the preview dialog and displays some ....(ellipsis) which actually displays clearly in the grid. Even in the printouts the texts are displayed with .....(ellipsis).
On adjusting the grid column size it displays properly but some other cell value gets affected.
One thing to be noted is some text length which is bigger than that particular cell is getting displayed properly by wrapping. I assume text with line breaks are automatically getting wrapped but not sure.
Please help me to fix this.
Thanks in Advance
S.UMA
I have the same situation and is there any solution?
I have a grid using cardstyle layout and one column is wide 5" and height 6" approximately, the text inside is huge and scrollable. but when i print it appears as it is (like a printscreen) with the same size with a disabled scrollbar.
How can i print this nicley with full details
I have a similar problem here. The UltraGrid shows the content incomplete. Lets say I have three records in the grid, out of which 2nd record has the largest text. When you see, the content in 2nd record is showing properly, but the one that is not the largest (1st or the 3rd) record is getting clipped. And this does not happen all the time. When I adjust the width, the text gets displayed, but is there any way that the grid can autosize itself to show the whole content?