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
825
How to hide the header in Multicolumn Combo Editor?
posted
Hello, is it possible to hide/disable the header/caption/labeltext in the dropdown of the XamMultiColumnComboEditor? thanks, Jochen
Parents
  • 12004
    Verified Answer
    posted

    Hello Jochen,

    To hide the header can be done when styling the ComboHeaderCellControl. E.g.:

    <Style TargetType="ig:ComboHeaderCellControl">
        <Setter Property="Visibility" Value="Collapsed"/>
    </Style>

Reply Children
No Data