Browse by Tags
All Tags » Grouping Header » Grouping (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'' ...
-
I'm working on quite big project which extensively uses Xceed datagrid. So far we have set CellContentTemplate to make it possible to map integer codes stored in transaction tables to human readable descriptions (also stored in database, in dictionary tables). See line below:<xcdg:Column FieldName=''Country'' Title=''Country'' ...
-
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 ...
-
Hello,
I am using the Xceed Grouping functions. Suppose there are three fields. EmployeeID Employee Name ...
-
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 everybody I have problem with grouping in my
xceed grid. I am using Linq.Table as a ItemsSource for my Grid. I have some
columns with values of foreign keys and am using combobox as a cell editor and
IValueConverter for displaying text for key value. Problem is when I am grouping
by these columns. Header of group show value of key not ...
-
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.
|
|
|
|