Browse by Tags
All Tags » GroupHeaderControl (RSS)
Showing page 1 of 2 (14 total posts)
-
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'' ...
-
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
-
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 ...
-
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 ...
-
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}''> ...
-
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 ...
-
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 ...
-
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 ...
-
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.
-
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.
1
|
|
|
|