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
440
Headings disappear using Office2010Blue theme in grid
posted

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.  

Parents
No Data
Reply
  • 28407
    posted

    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.

     

Children