How can I suppress the dropdown header? I am using a DataTable with a single column as the DataSource for my component. Users will complain about this non-standard presentation.
Mitch Goldstein - Sr. Software Engineer, Management Science Associates (mgoldstein@msa.com)
this.ultraCombo1.DisplayLayout.Bands[0].ColHeadersVisible = false;