Browse by Tags
All Tags » Grouping » GroupByControl (RSS)
-
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'' ...
-
When the grid is dispaly with FlowDireciton=RightToLeft and with grouping the keyboard operate as if FlowDirection is still LeftToRight - meaning to collapse a group you need to press the left arrow (instead of the right) and to expand a group you need to press the right arrow (instead of the left).
Ido.
-
We have a datagrid where we bind our columns to data. One of the columns is bound to a property of type DateTime. We use a converter to convert the value of that property from UTC-time to local-time. This works fine.
However when we drag a column into the GroupByControl the label of every group is not converted. Is there a way to solve ...
-
Hi,
How can i disable grouping for some columns in XceedDataGrid control ???
-
I'm converting to the WPF DataGrid from the .Net WinForms version. The transition is killing me!
One thing I've noticed right away is the GroupByHeader grouped value displays the underlying bound data, rather than the content from the CellContentTemplate. I'm running across this with the ComboBox using the DataTableDictionary examples.
The ...
|
|
|
|