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
425
UltraGrid layout out of wack
posted

Hi,

      It seems that the UltraGrid has problems keeping the display and print out consistant with the layout done in the UltraGrid Designer:

UltraGridExport

Problems On the PDF export:
1. The group by row on the original grid is missing
2. The columns are not resized correctly to fit in the page horizontally - it just cramped to the left side of the page. (used SizeColumnsAndRowsToContent option)

Problems on screen display:
1. The column layout has been changed unexpectly - column 9 and 10 got moved to the right of column 1
2. The header was resized even though Runtime Label Sizing was set to false.

So my questions are:
1. How to make sure the PDF export contains the group by row?
2. How to resize the grid in PDF export to extend and fit horizontally on the page?
3. Why does the layout changed when displaying the grid (while exporting as PDF the column position is fine) ?
4. How to prevent the grid column header from resizing (e.g. only resize the actual content cell) ?

By the way, the layout was done standard view (not card view) with label position on the left, and "Keep Headers with Cells" option checked.  Does anyone else experiencing the same problem?  Thanks for your help!

Parents Reply Children