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
180
Styled ComboBoxItem in XamComboEditor
posted

I'm using a XamComboEditor to display foreign key value in XamDataGrid control. The problem is, I have explicitly styled ComboBox and ComboBoxItems (and other base controls such as TextBoxBase, TextBox, etc.), now the Items in the XamComboEditor seem to somehow get the styles of ComboBoxItems, but the XamComboEditor is styled in Ifragistics style.

Is there a way to fix this? I want ComboBoxItems to display in IFG themes. Please see the attached picture.

 

Parents
  • 54937
    Offline posted

    The xamComboEditor contains a ComboBox when it is in edit mode and as such that would use ComboBoxItem instances for the dropdown. You either need to restyle the ComboBoxItem class for that field (or datapresenter control) or alter where you define the "global" explicit comboboxitem you defined. Note, I can't tell from the picture what exactly doesn't look right so if you want us to look into this please attach a small sample that demonstrates the issue.

Reply Children