Browse by Tags
All Tags » GroupByControl » Grouping Header (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'' ...
-
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 ...
|
|
|
|