Welcome to the Xceed Community | Help
Community Search  

grid style changing

Sort Posts: Previous Next
  •  10-02-2008, 8:41 AM Post no. 15814

    grid style changing

    hi, im using windows xp and im using the xceed grid v2.0

    last week i installed windows vista and when i look at the grid - the grid lines are missing and the selected row color is changed

    is there any solution to this problem ?

    coz when im using the xp theme (in vista) it looks good , but im using the vista theme but want the grid to look like the xp theme

    thanks

    Filed under: , ,
  •  10-02-2008, 11:47 AM Post no. 15839 in reply to 15814

    Re: grid style changing

    This is normal, the dataGrid will follow the systems theme unless you have specified which theme you want to use. You can go back to XP themes by setting it like this for example :

     <xcdg:DataGridControl x:Name="ProductsGrid">
             <xcdg:DataGridControl.View>
                <xcdg:TableView>
                   <xcdg:TableView.Theme>
                      <xcdg:LunaNormalColorTheme/>
                   </xcdg:TableView.Theme>
                </xcdg:TableView>
             </xcdg:DataGridControl.View>                 
          </xcdg:DataGridControl>


    Mathieu Drimonakos
    -Technical Designer-
  •  10-05-2008, 3:44 AM Post no. 15897 in reply to 15839

    Re: grid style changing

    THANKS !!!! YOU ARE THE KING !
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.