The subject says it all. I need only one column to fill the whole width of the control, none of the headers, no lines for that matter. If there are not enough items to fill the control, I want the whole thing to stay the same color.
In the ultragrid designer set row selectors to don't show and in the target band set ColHeadersVisible to false. Should get you there.
Don't forget to set the Autofit Style to Extend Last Column too.
Steve,
You are moving me in the correct direction, but we aren't there yet:
Even though the column headers are not visible, they are still taking up space. I tried to disable the first column in the designer, see below, but it is still showing up. I thought in the past this was all I did to hide a column.
scarleton said:Even though the column headers are not visible, they are still taking up space.
This is a known bug. Get the latest service release and it is already fixed: How to get the latest service release - Infragistics Community
scarleton said:I tried to disable the first column in the designer, see below, but it is still showing up.
The Hidden property on the column should definitely hide the column. If it's not working, something at run-time must be changing the Hidden property again. This might help: HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?
I'm running hotfix 2029 and it worked for me. ;)