Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1445
Making a combo drop down look like a combo drop down?
posted

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.

  • 71886
    Offline posted

    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.