I have define a style used in every instance of xamDataGrid in the application:
<Style x:Key="XamDataGridDefault" TargetType="igWpf:XamDataGrid"> <Setter Property="Theme" Value="Office2010Blue" /> </Style>
I have also added a reference to this theme in App.xaml like this:
<ResourceDictionary Source="/Themes/Office2010Blue/Office2010Blue.xamDataPresenter.xaml"/>
Problem is that on a standard computer the grid headings disappears after a while using this theme, and may appear again later. This never happen when I use the Aero theme. The application is installed on standard computers in our company using Click Once deployment.
I never see this on my development computer, may be because it has 8 kernals, Infragistics ultimate or a different graphics card/driver.
I suspect there might be an error in the Office2010Blue theme.
HI,
Are you using an older version of our WPF Product? If you are, then try installing the latest service release for that version. If this does not resolve your issue. Then please let me know what version and build of the product you are using.
No, I am using version 2013.2. I did the same test on the 2012.2 version. Experienced exactly the same problem in that version