I have a combo drop down that has a datasource that is a table. I then hide all columns except for one. How do I get rid of the column header so it looks more like a list and not a column in datagrid. I do not want to see the column header.
Hello apalcer,
The following property might help you to achieve what you are after:
ultraCombo1.DisplayLayout.Bands[0].ColHeadersVisible = false;
Please feel free to let me know if the above does not meet your requirements or if you have any other questions.