Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » GroupHeaderControl   (RSS)
Showing page 1 of 2 (14 total posts)
  • How to use the GroupValueTemplate and GroupValueTemplateSelector?

    I am trying to implement a dynamic way of displaying group information based on varying values.  Here is my setup: Grid:<xcdg:DataGridControl x:Name=''datagrid'' ItemScrollingBehavior=''Immediate'' HorizontalAlignment=''Stretch'' VerticalAlignment=''Stretch'' Grid.Row=''2'' Margin=''0,10,0,0'' FontSize=''11'' FontFamily=''Arial'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Michael on February 9, 2011
  • How selecting multiple Group headers / GroupDescriptions?

    Hi,  I'm working with datagrid version 4.1 and use group headers in my grid. Now I want do select individual group headers to allow the user to apply changes to several sub items in one step. I'm looking for hours so far, but I can't find how to do this. Is this not possible with the grid?   Thanks, Manuel
    Posted to Xceed DataGrid for WPF (Forum) by Manuel on February 1, 2011
  • Group header checkboxes

    Hi,                I’m working on functionality that allows a user to check or uncheck a group ina data grid using a checkbox in the group header. I’ve got that basicfunctionality—I added a checkbox to the group header via its content templateand recursively check the ...
    Posted to Xceed DataGrid for WPF (Forum) by Turner on August 19, 2010
  • GroupHeaderControl style: How to make the different groups intending according to the Group level?

    Hi, I've written a custom GroupHeaderControl Style, how do I make the groups intend according to the Group Level? The Xaml: <Style TargetType=''{x:Type xcdg:GroupHeaderControl}''> <Setter Property=''Template''> <Setter.Value> <ControlTemplate TargetType=''{x:Type xcdg:GroupHeaderControl}''> <Border ...
    Posted to Xceed DataGrid for WPF (Forum) by Sven on October 14, 2009
  • How to change group header text dynamically?

    I know how to change group header text, but I would like to change it dynamically, depending on items count of each group (because of our language). I tried to handle TextBlock Event, but I don't know how to get ItemsCount of Current Group. For example:<DataTemplate DataType=''{x:Type xcdg:Group}''>      ...
    Posted to Xceed DataGrid for WPF (Forum) by Samo on August 5, 2009
  • Making second level group header invisible

    Hi,  I am tring to group the items on an additional column and I do not want the group header for the second level of grouping. I am trying to apply a different template just for the second level of grouping such that the group header does not show. Unfortunately this does not seem to be easy thing. DataGridGroupDescription has a ...
    Posted to Xceed DataGrid for WPF (Forum) by Sathish on July 11, 2009
  • Re: Styling GroupHeaderControl

    Hi, I'm confused by your answer. If I do this: <ControlTemplate TargetType=''{x:Type xcdg:GroupHeaderControl}''>     <xcdg:GroupLevelIndicatorPane/>     <Border> I get an error about a ControlTemplate not allowing more than one child. If I do: <ControlTemplate TargetType=''{x:Type ...
    Posted to Xceed DataGrid for WPF (Forum) by David on June 4, 2009
  • CheckBox next to the group title

    Hi, I want to do a 'check/uncheck all' checkbox next (or before) to the group header titles, so when user checks/unchecks the checkbox next to the group title, the checkboxes in a particular column (the dataset will have a bool column for the binding) of that group get checked/unchecked.  Can someone help me on ...
    Posted to Xceed DataGrid for WPF (Forum) by saravanan on February 27, 2009
  • Rename a group header text

    Hi everybody, is there any possibillity how to change words ''Item'' and ''Items'' in group header? For example: Header: Type: A (5 items) change to  Header: Type: A (5 records) Thanks for answers.
    Posted to Xceed DataGrid for WPF (Forum) by Dave on February 17, 2009
  • Group Headers with Converter

    I have column with my own converter, which works fine. It also works in the filter list of values. But the group headers display the unconverted text. Isn't this a bug?  I saw from another post how to change the group headers for a particular column, but this seems like a lot of work just to get to display the right value.
    Posted to Xceed DataGrid for WPF (Forum) by David on November 5, 2008
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.