this should be a simple thing,
i am trying to set a default width on a column (this would mean if a cell has more content then the width, it should be hidden), and let the user resize as they please.
but it seems that the column will be auto re-sized to fit the content. the only way i've been able to set the default is by setting min and max width to the same size, but this leaves the column not resizable.
what is the property that will let me set default width, and not have it resize to fit the contents?
You may check the Resize-Settings:
Right Click on the Grid -> Ultragrid Designer -> Feature Picker -> AutoFit Style(and set this to 'none')
If this doesn't help, try to use a BindingSource (Because I also had problems like this when I was binding the data directly to the grid.DataSource)
thanks,
what do you mean by checking binding source?
Hi Squarewave24,
Please let me know if I can be of any assistance regarding this issue.
Sincerely,
Chris K
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
ah of course, yes i will try that as well, thanks!
Not checking - adding. (Add a Bindingsource to your grid and bind your data to it)
Btw: Didn't the settings in the Feature Picker solve it ?