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

Browse by Tags

All Tags » Styles   (RSS)
Showing page 1 of 2 (13 total posts)
  • Re: InitializingInsertionRow does not fire

    Hi Dani, try adding the event to your Style?          <Style TargetType=''{x:Type xceed:InsertionRow}'' x:Key=''insertionrow_style''>            <EventSetter Event=''Loaded'' Handler=''InsertionRowLoaded'' />       ...
    Posted to Xceed DataGrid for WPF (Forum) by Frances on July 18, 2008
  • Re: Column Dragging Styling

    I found the answer.  There is a property called, DefaultDropMarkPen, which can bet set.
    Posted to Xceed DataGrid for WPF (Forum) by Mark on July 17, 2008
  • Default ActivationGestures

    Hello,  Is there any way to realize something like that:  <Style x:Key=''{x:Type xcdg:CellEditor}'' TargetType=''{x:Type xcdg:CellEditor}''> <Setter Property=''ActivationGestures''> <Setter.Value> <xcdg:ActivationGestureCollection> <xcdg:KeyActivationGesture SystemKey=''Down'' ...
    Posted to Xceed DataGrid for WPF (Forum) by genne on July 17, 2008
  • Override theme styles?

    Hello, I've applied the WMP11 style to my grid and have added a number of styles. For example, a different mouse over brush and alternating row brushes  <Style TargetType=''{x:Type DataGrid:DataRow}''>        <Setter Property=''Background'' Value=''{DynamicResource DefaultRowBackgroundBrush}'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Steve on July 17, 2008
  • Column Dragging Styling

    When I am dragging a column, an element at the left or right of a column header turns blue where I can drop the column I am dragging.  Can I style the blue element?  I can't seem to find what to style.
    Posted to Xceed DataGrid for WPF (Forum) by Mark on July 16, 2008
  • Cell Styling for numeric cells

    My users complained that the font size in my application was too small for them, so I entered typed styles for Label, TextBox and TextBlock in the Application.xaml file. Everything resized correctly throughout the application except for numeric columns in the WPF Xceed datagrid . String columns correctly responded to the increased font size. ...
    Posted to Xceed DataGrid for WPF (Forum) by Peter on July 2, 2008
  • Highligthing more than one date in the Datepicker control

    Im developing a small booking application and would like to use the datepicker control to show the users which dates are availalbe by highligthing the dates with another style. If anyonw have some ideas please let me know i also appreciate any examples. thanks in advance MLAR  
    Posted to Xceed DataGrid for WPF (Forum) by mlar on June 10, 2008
  • Re: Alternate Colors

    The ''Alternating DataRow Styles'' in the Styling Elements topic demonstrates how to do this.
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on June 10, 2008
  • Changing Backgroundcolor on a column in the Datagrid

    Is it possible to have different backgroundcolors for different columns in a datagrid. This should not depend on the value in the cell. ex. if i have a grid with white as a general backgroundcolor and i need to set entire column 2 to red and entire column 5 to green Appreciate your feedback on this.    
    Posted to Xceed DataGrid for WPF (Forum) by mlar on May 29, 2008
  • Re: Cell edit in runtime

    You can create an implict style that targets DataCell, as demonstrated in the Styling data cells example.
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on May 27, 2008
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.