When using the example code from FeatureBrowser where the groups are binded and each group contains a listbox, I am running into a strange problem. When I leave the Theme property the listbox appears but with default "blue" theme. However, when I set the Theme property to something else then the groups appear but without headers and also the listbox disappear from each group.
I would appreciate some feedback. I want to remove the Telerik Panel control from my WPF window and use Infragistics OutlookBar but this annoying little issue is causing some problems.
Tahir
Hello Tahir,
This is because the theme overrides the styles which are defined outside the XamdataGrid's resources. The example you are referring to has styles in the Grid's resources, which will not be applied if you apply a theme.
If you want this to work, you have to move every style inside the XamDataGrid's Resource tag. You can read more information on common problems with themes here : http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx