Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » Style   (RSS)
  • Custom Theme Error ..

    Hi all I created a custom theme .. Under the ''themes'' folder in project there is a xaml file.....        TableView.XceedDataGridTheme1.xaml   ... ''XceedDataGridTheme1'' is the project name. <ResourceDictionary ...
    Posted to Xceed DataGrid for WPF - Custom Themes (Forum) by Saurabh on August 7, 2008
  • Re: Setting Default Style for Column

    I also struggled a bit with this. It seems the best way to change the template of the column title row, is to define a new control template for the ColumnManagerCell class. Just make sure to include a thumb with the name: PART_ColumnResizerThumb in the control template definition for the column resize to work. Here is a sample: <Style ...
    Posted to Xceed DataGrid for WPF - Custom Themes (Forum) by arunjd on July 24, 2008
  • DataRow SelectionBackground

    When I create a custom Style targeting a DataRow and set for example the Background to a certain value the change appears at runtime on the interface also. However my question is that if I set the SelectionBackground property to a certain value I can not see it (it is not applied). I have succeeded to accomplish this behaviour ...
    Posted to Xceed DataGrid for WPF - Custom Themes (Forum) by Ervin on July 4, 2008
  • Setting Default Style for Column

    Hi All, What I want is to apply a template to modify the way title is displayed for columns as follows; <!-- Data Template for Xceed Column--><DataTemplate x:Key=''colTemplate''>  <Label Content=''{xcdg:CellEditorBinding}'' TextBlock.FontWeight=''Bold'' /></DataTemplate> If I use this template explicitly with each ...
    Posted to Xceed DataGrid for WPF - Custom Themes (Forum) by Abdullah on June 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.