When the grid width is wider than thecolumns, it continues drawing the headerwith a box around it.
The grid is dynamically filled from a userdefined query, so when they only pick a few fieldsthe results are shorter than the grid. I don’t want to auto-size the columns as I allow the user to size them to their liking.
So... how do I make that ending part NOT have a border? I can make its background white, and the screens background white, hence making it disappear, however I always get the border!
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 ,
By default WinGrid doesn’t draw any headers, if there is no need for them. Please see attached sample. From your screenshot it seems to me that there is column at the very end of the UltraGrid and the UIElement of the column is missing (if you are using Creation or Draw filter) or the appearance of this column (I meant background color, fore color and etc. ) are the same like the background of the UltraGrid. So it seems to me that there is something that you have done with UltraGrid. If you post a small sample where your issue is reproducible I will be glad to look into in, in order to find a way for achieving of your goal.
Please let me know if you have any further questions.