Skip to content

Replies

0
Jamal
Jamal answered on Nov 19, 2008 9:12 PM

Mike,

Thank you for your prompt reply. I have just added the UltraCombo fresh, set its datasource to a datatable, and hidden the column headers in the InitializeLayout event. I also hid some of the columns in that event. Of the only two columns that I am showing, the length of the data of one of the columns is greater than the width of the control. What settings should I have in place?

Thanks again,

Jamal

0
Jamal
Jamal answered on Nov 19, 2008 4:59 PM

FYI, in the UltraCombo you can set the property "ColHeadersVisible" to false in the appropriate band (usually DisplayLayout.Bands[0]). This is frequently done in the InitializeLayout event.