We're currently having issues getting a grid to format columns correctly.
Given a dataset loaded into an UltraGrid, executing the line
"anUltraGrid.DisplayLayout.PerformAutoResizeColumns(false, PerformAutoSizeType.VisibleRows, true);"
doesn't work as expected. Header AND Cell data is cutoff or made too short, causing wrapping. We KNOW it's possible to fit all column and header text without anything getting cut off because we accomplish it manually resizing the columns ourselves.
Here's an example of how it looks AFTER running the autoResize, a grid we can fix manually:
/community/resized-image/__size/320x240/__key/communityserver-discussions-components-files/1040/ForInfragisticsBadAutosizeExample.png
Control Settings:
/community/resized-image/__size/320x240/__key/communityserver-discussions-components-files/1040/ForInfragisticsBadAutosizeControlSettings.png
Hi Eliot,
This does not sound like the expected result. In most cases, the grid columns will resize to fit the data so nothing would be cut off. Please provide a reproduction sample so that I can check into what might have gone wrong.
Please let me know if you would prefer not to upload your sample to the public forum and I will create a private case to receive it.
Hey Mike,
Is it alright if I provide sample code on Thursday/Friday?