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.
I have been looking into your question and the grey brush is defined in the source code of the control and you are not able to access it directly in XAML or in code-behind.
Hello Yanko,
Yes, You have understood the problem right. I'm unable to access the code as the underlying control (HighlightingTextBlock) defined by Infragistics is set as Internal - Access.
I am just checking if you require any further assistance on the matter.