Hello Kumaran,
Thank you for your post. I have been looking into your question and in order to change the highlighted color brush when the mouse is over some item in the XamMultiColumnComboEditor, you need to change the corresponding brush in the ‘ComboCellControl’ style(CellRowHoverBackgroundBrush). You can find the default styles for the XamMultiColumnComboEditor in :
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\WPF\DefaultStyles\XamComboEditor\generic.xaml
I am attaching a sample application(MultiColumnComboEditor.zip) where I have make this brush be red.
Let me know, if you need any further assistance on this matter.
Hello Yanko,My question was not to change the selected row color on mouse hover.Rather, I want to change the Background Color of the Selected Filter.Please refer my screen shot. The Background color of the selected filterdefaults to gray and doesn't provide me an option to override it. As the text being highlighted belongs to an Internal Infragistics Control viz.HighlightingTextBlock.